Re: mod_python to mod_wsgi

2009-09-20 Thread Daniel Roseman
On Sep 20, 7:57 pm, When ideas fail wrote: > Hello, I've recently updated my setup to use mod_wsgi instead of > mod_python. I'm having some problems with my urls. The home page loads > fine but none of my other urls seems to work (404 errors). They worked > before with mod_python. Do i need to in

mod_python to mod_wsgi

2009-09-20 Thread When ideas fail
Hello, I've recently updated my setup to use mod_wsgi instead of mod_python. I'm having some problems with my urls. The home page loads fine but none of my other urls seems to work (404 errors). They worked before with mod_python. Do i need to include something else in my .wsgi file? import os im