When I try to launch an app made with pyramid, I get the error
from pyramid.compat import configparser
File "/srv/lightbase/lib/python3.3/site-packages/pyramid-1.5b1-py3.3.egg/pyramid/compat.py", line 205, in <module>
from html import escape
ImportError: cannot import name escape
When trying to pip install html, I get the error:
ImportError: No module named 'html.entities'; html is not a package
Im using a virtualenv with python3.3.4 that was compiled from code using '--enable-shared' for mod_wsgi use.