Re: django and mod_python

2006-03-06 Thread bruno at modulix
Laurent Rahuel wrote: > Bruno Desthuilliers wrote: > > >>[EMAIL PROTECTED] a écrit : >> >>>Hi, >>> >>>I read the mod_python documentation on the Django site but I'm getting >>>this error: >>> >>>EnvironmentError: Could not import DJANGO_SETTINGS_MODULE >>>'accesshiphop.settings' (is it on sys.pat

Re: django and mod_python

2006-03-06 Thread Laurent Rahuel
Bruno Desthuilliers wrote: > [EMAIL PROTECTED] a écrit : >> Hi, >> >> I read the mod_python documentation on the Django site but I'm getting >> this error: >> >> EnvironmentError: Could not import DJANGO_SETTINGS_MODULE >> 'accesshiphop.settings' (is it on sys.path?): No module named >> accesshi

Re: django and mod_python

2006-03-05 Thread Bruno Desthuilliers
[EMAIL PROTECTED] a écrit : > Hi, > > I read the mod_python documentation on the Django site but I'm getting > this error: > > EnvironmentError: Could not import DJANGO_SETTINGS_MODULE > 'accesshiphop.settings' (is it on sys.path?): No module named > accesshiphop.settings > > Here's my httpd.con

Re: django and mod_python

2006-03-05 Thread tgone
your suggestions worked. thanks. -- http://mail.python.org/mailman/listinfo/python-list

Re: django and mod_python

2006-03-05 Thread Robin Becker
[EMAIL PROTECTED] wrote: > Hi, > > I read the mod_python documentation on the Django site but I'm getting > this error: > > EnvironmentError: Could not import DJANGO_SETTINGS_MODULE > 'accesshiphop.settings' (is it on sys.path?): No module named > accesshiphop.settings > > Here's my httpd.conf:

django and mod_python

2006-03-05 Thread bapolis
Hi, I read the mod_python documentation on the Django site but I'm getting this error: EnvironmentError: Could not import DJANGO_SETTINGS_MODULE 'accesshiphop.settings' (is it on sys.path?): No module named accesshiphop.settings Here's my httpd.conf: PythonPath "[r'c:/apache/public_html/my