Re: mod python child server won't start

2009-01-23 Thread May
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 wrote

Re: mod python child server won't start

2009-01-22 Thread Malcolm Tredinnick
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 p

mod python child server won't start

2009-01-22 Thread May
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" PythonHandler django.core.handlers.modpython SetEnv DJANGO_SETTINGS_MODULE myprograms