AttributeError:module' html.parser'没有属性' HTMLParseError' python3.5

时间:2016-03-09 22:04:30

标签: python django python-3.x

我的python ver = 3.5

我的django ver = 1.9

我是django的新手

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

`

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'

`

请告诉我这里有什么问题..

提前感谢。

0 个答案:

没有答案