Thank you Malcolm!  Fixing the typo worked!  It has been such a
struggle to find the right syntax for windows and mod python that I
had lost all confidence to think a typo could be the problem, so I
wasn't careful enough to check.

Thanks, again,

May

On Jan 22, 4:46 pm, Malcolm Tredinnick <malc...@pointy-stick.com>
wrote:
> On Thu, 2009-01-22 at 12:01 -0800, May wrote:
> > Hello,
>
> > I set up a windows XP(python 2.5, apache 2.2) startproject called
> > myprograms and used this code in http.conf (this works and server
> > starts):
>
> > SetHandler python-program
> > PythonPath "['C:/django'] + sys.pat"
>
> If this is a cut and paste, you've misspelled "path" in sys.path.
>
> > PythonHandler django.core.handlers.modpython
> > SetEnv DJANGO_SETTINGS_MODULE myprograms.settings
> > PythonDebug On
>
> > I then set up an application under myprograms called cpssite and
> > rewrote the http.conf code to this:
> > <Directory "/">
> >     SetHandler python-program
> >     PythonPath "['C:/django'] + sys.pat"
>
> Same typo here.
>
> Regards,
> Malcolm
--~--~---------~--~----~------------~-------~--~----~
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