Only a guess but maybe mixed case in WWlove is causing a problem?
On Sep 20, 10:50 pm, Jose Sibande <[email protected]> wrote: > Hi, > I get this error in /var/log/apache2/error.log: > > [Mon Sep 21 01:38:14 2009] [error] [client 41.157.12.3] ImportError: > Could not import settings 'WWlove.settings' (Is it on sys.path? Does > it have syntax errors?): No module named settings > > And my /home/jose/WWlove/apache/django.wsgi Looks like this: > import os, sys > sys.path.append('/home/jose') > sys.path.append('/home/jose/WWlove') > os.environ['DJANGO_SETTINGS_MODULE'] = 'WWlove.settings' > > import django.core.handlers.wsgi > > application = django.core.handlers.wsgi.WSGIHandler() > > *The mod_wsgi documentation address this issue and says that if this > error occurs then that means I haven't spelled my path welll. > I looked, trying to spot the error, but evrything seems spelt ok. > > Please help, everythinhg works well on local machine. > Thank You --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

