The app runs find from "python2.7 manage.py 123456". But when run from a webapp it can't find modules, giving errors like "TemplateSyntaxError: Caught ImportError while rendering: No module named rp2" I can work around it a bit, but then I get:
Exception Type: ImportError
Exception Value: Why is the path different between manage.py and wsgi? asked 12 Jun '12, 02:05 brycenesbitt |
The solution is to manually set up the path in the wsgi file... but why is this not done by webfaction?
answered 12 Jun '12, 02:33 brycenesbitt |