Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/django/22.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Python 属性错误:模块';语法分析器';没有属性';HTMLPasserError';蟒蛇3.5_Python_Django_Python 3.x - Fatal编程技术网

Python 属性错误:模块';语法分析器';没有属性';HTMLPasserError';蟒蛇3.5

Python 属性错误:模块';语法分析器';没有属性';HTMLPasserError';蟒蛇3.5,python,django,python-3.x,Python,Django,Python 3.x,我的python版本=3.5 我的django版本=1.9 我是django的新手 我试图运行一个简单的django应用程序,它给了我这个错误 ` ` 请告诉我这里出了什么问题 提前感谢。html.parser已从python 3.3中弃用,请查看此SO链接以了解更多详细信息: d:\MAJORP~1\test\env\lib\site-packages\django\dispatch\dispatcher.py:85: DeprecationWarning: inspect.getargsp

我的python版本=3.5

我的django版本=1.9

我是django的新手

我试图运行一个简单的django应用程序,它给了我这个错误

`

`

请告诉我这里出了什么问题


提前感谢。

html.parser
已从python 3.3中弃用,请查看此SO链接以了解更多详细信息:
d:\MAJORP~1\test\env\lib\site-packages\django\dispatch\dispatcher.py:85: 
DeprecationWarning: inspect.getargspec() is deprecated, use inspect.signature() instead
argspec = inspect.getargspec(receiver)
d:\MAJORP~1\test\env\lib\site-packages\django\template\base.py:1108: Deprecation
Warning: inspect.getargspec() is deprecated, use inspect.signature() instead
params, varargs, varkw, defaults = getargspec(func)
AttributeError: module 'html.parser' has no attribute 'HTMLParseError'