In '/home/seb/MAIN/seoconquer', can you do: ls -las
ls -las mvc and post the output. If you are concerned about revealing details send it to my email direct. Graham On May 29, 7:19 am, Chris Seberino <[email protected]> wrote: > On May 27, 6:56 pm, Graham Dumpleton <[email protected]> > wrote: > > > You also need to add '/home/seb/MAIN/seoconquer'. Read: > > > http://blog.dscpl.com.au/2010/03/improved-wsgi-script-for-use-with.html > > I tried both versions of the wsgi script on your blog. And I still get > this same error..... > > ImportError: No module named mvc > > I think the problem is this line in settings.py where it can't find > seoconquer.mvc to load. > > I printed the vars on your blog from withing my settings.py if that > helps... > > __name__ =seoconquer.settings > __file__ =/home/seb/MAIN/seoconquer/settings.py > os.getcwd() =/home/www > os.curdir =. > sys.path =['/home/seb/MAIN', '/home/seb/MAIN/seoconquer',...etc.] > sys.modules.keys() =['django.utils.text', 'decimal', > 'django.core.django',...etc.] > sys.modules.has_key('seoconquer') =True > > Notice that both necessary paths are in sys.path?!?!!? > > cs -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

