[modwsgi] Re: importing modules in .wsgi file

2008-09-17 Thread MilesTogoe
Graham Dumpleton wrote: 2008/9/17 Graham Dumpleton [EMAIL PROTECTED]: 2008/9/17 MilesTogoe [EMAIL PROTECTED]: Graham Dumpleton wrote: 2008/9/17 MilesTogoe [EMAIL PROTECTED]: on the local development server using a manage.py file, this works: from app import

[modwsgi] Re: importing modules in .wsgi file

2008-09-16 Thread MilesTogoe
Graham Dumpleton wrote: 2008/9/16 MilesTogoe [EMAIL PROTECTED]: on the local development server using a manage.py file, this works: from app import utils from app.application import App assuming folder structure like: project manage.py app utils.py application.py but in

[modwsgi] Re: importing modules in .wsgi file

2008-09-16 Thread Graham Dumpleton
2008/9/17 MilesTogoe [EMAIL PROTECTED]: on the local development server using a manage.py file, this works: from app import utils from app.application import App assuming folder structure like: project manage.py app utils.py application.py but in .wsgi file it does not work