You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error below when running bots-webserver.py. Setup is Python 3.5 and Django 1.7:
File "/home/user/bots/bots-3.3.0/lib/python3.5/site-packages/django/utils/html_parser.py", line 12, in <module>
HTMLParseError = _html_parser.HTMLParseError
AttributeError: module 'html.parser' has no attribute 'HTMLParseError'
Error below when running bots-webserver.py. Setup is Python 3.5 and Django 1.7:
Reason for Error:
HTMLParseError is deprecated from Python 3.3 onwards and removed in Python 3.5.
http://thefourtheye.in/2015/02/15/python-35-and-django-17s-htmlparseerror/
The text was updated successfully, but these errors were encountered: