我的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'
`
请告诉我这里有什么问题..
提前感谢。