Re: [mezzanine-users] Import Error on local_settings

2014-01-05 Thread Tim Walzer
Yes, it was a path issue. Once I added the project directory to 'pythonpath' in the uwsgi ini file everything worked. Thanks On Thursday, January 2, 2014 5:22:31 PM UTC-7, Stephen McDonald wrote: Sounds like a python path issue. You'll see at the top of settings.py in latest Mezzanine, for

Re: [mezzanine-users] Import Error on local_settings

2014-01-02 Thread Stephen McDonald
Sounds like a python path issue. You'll see at the top of settings.py in latest Mezzanine, for consistency with Python 3.3: from __future__ import absolute_import ... which answers the questions as to what's changed. You probably need to add to sys.path somewhere or other in order to satisfy