Re: Can't get Apache/mod_python working with django

2009-03-13 Thread waltbrad
On Mar 13, 3:12 pm, joemanfoo wrote: > I've gotten things to work for me, using the same tutorial, but I've > always used the absolute path to my project in the PythonPath > portion...try changing your PythonPath setting to: > > PythonPath "['F:/django'] + sys.path" > > HTHs > > On Mar 13, 2:11

Re: Can't get Apache/mod_python working with django

2009-03-13 Thread joemanfoo
I've gotten things to work for me, using the same tutorial, but I've always used the absolute path to my project in the PythonPath portion...try changing your PythonPath setting to: PythonPath "['F:/django'] + sys.path" HTHs On Mar 13, 2:11 pm, waltbrad wrote: > I'm trying to get this setup on

Can't get Apache/mod_python working with django

2009-03-13 Thread waltbrad
I'm trying to get this setup on my computer to simulate what I will have online in preparation for any problems that might be encountered. I've got apache2 and mod_python working together, I was able to get the basic Hello World and a form/response on it, so I know that's working. I've had Djang