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 django-users@googlegroups.com.
To unsubscribe from this group, send email to django-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.
No comments:
Post a Comment