Hello,

I'm trying to get my django project going on mod_python (this all on
on windows XP)
However when I try to get my project going I get

ImportError: Could not import settings 'mysite.settings' (Is it on
sys.path? Does it have syntax errors?): No module named
mysite.settings

But I have this in my conf:

<Location "/mysite/">
    SetHandler python-program
    PythonHandler django.core.handlers.modpython
    SetEnv DJANGO_SETTINGS_MODULE mysite.settings
    PythonOption django.root /mysite
    PythonDebug On
    PythonPath "['C:/Program Files/Apache2.2/htdocs/mysite'] +
sys.path"
</Location>

What could be the cause of this, there is definetly a settings file?
>From reading other posts i got the impression this could be a
permissions issue but I didn't know how to change permissions on
windows and I wasn't sure that was the cause?

Could someone help me please?

Regards,

Andrew
--~--~---------~--~----~------------~-------~--~----~
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+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to