Graham Dumpleton
grahamd at dscpl.com.au
Sun Nov 20 05:30:09 EST 2005
I would suggest you use mod_python 3.2.5b (soon to be official 3.2 release hopefully). It is available from: http://www.modpython.org/dist/ Reason is that 3.1.4 and earlier versions of mod_python can have problems on Mac OS X if you use the version of Python supplied by Apple. Patches are available for 3.1.4, but you might simpler be better of using the newer version. Some patches for 3.1.4 which incorporate the Mac OS X specific patch can be found at: http://www.dscpl.com.au/projects/vampire/patches.html If you try your current installed version as is first, you'll know you have hit this Mac OS X particular problem if Apache crashes on startup or restart. Graham On 20/11/2005, at 9:16 PM, Alex Mendes da Costa wrote: > Turns out I was using the wrong version of mod_python for my version > of apache. Doh! The correct version requires a path to the python > binary, as you said. > > Thanks! > Alex > > On 11/20/05, Waitman Gobble <waitman at waitman.net> wrote: > >> >> >>> >>> My configure seems to be different to yours: >>> >>> $ ./configure --help | grep with-python >>> --with-python=DIR Path to Python sources >>> >> >> Oops. That is correct. I am using mod_python-3.1.4, and now I >> remember >> reading that changed. Back to the drawing board, I suppose. >> >> -- >> Waitman Gobble >> http://waitman.net/ >> (707) 237-6921 >> >> >> > > _______________________________________________ > Mod_python mailing list > Mod_python at modpython.org > http://mailman.modpython.org/mailman/listinfo/mod_python >
|