Hi Haku!

I have the same problem last week. What I did was to reate a file called
<project>.pth and saved it on /usr/lib/python2.4/site-packages/ inside this
file, I wrote the root path to my project..

try it & let me know the results.

good luck!

Tkm

On 5/4/07, Haku <[EMAIL PROTECTED]> wrote:
>
>
> Ok, i'm here with another question :D
>
> Everithing is fine on my development server (windows), but now i want
> to put my project on my production server
>
> My production Server is a VPS running everithing django needs to run,
> so i've modified my httpd.conf file adding the following lines:
>
> <location "/mysite/">
>         SetHandler python-program
>         PythonPath "['/root/mysite'] + sys.path"
>         PythonHandler django.core.handlers.modpython
>         SetEnv DJANGO_SETTINGS_MODULE mysite.settings
>         PythonDebug On
> </location>
>
> but as i restart apache and surf to http://urltoproducion/mysite/ I
> always get this ugly page with this ugly error:
>
> EnvironmentError: Could not import settings 'mysite.settings' (Is it
> on sys.path? Does it have syntax errors?): No module named
> mysite.settings
>
> where am i wrong? I guess it's a path problem or something like
> that...
>
> Thank you!!!
>
> Haku
>
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to