I'm following the Pyramid tutoral.
I've also gone through the setup without any errors reported here
But I get this when attempting to run the app.
File "/home/xy/pyramid/tutorial_workspace/venv/local/lib/python2.7/site-packages/pyramid-1.4-py2.7.egg/pyramid/chameleon_text.py", line 3, in <module>
from chameleon.zpt.template import PageTextTemplateFile
ImportError: No module named chameleon.zpt.template
Although the easy_install pyramid WebTest nose
should have covered the chameleon dependency?
Has anyone else come across this? Should I attempt to install chameleon independently?