cyberco wrote: > And I thought this would be trivial...getting mod_python to run within > apache on windows XP. > > ============= > mod_python 3.2.8 > apache 2.0.55 > python2.4 > winxp > ============= > > After adding: > "LoadModule python_module modules/mod_python.so" >
I'm no expert - having never tried that combination (but I have heard of it and you should try the mod_python mailing list). However, if IIRC then a '.so' file is a UNIX type library file. (Possibly the equivalent of a dll on windows). This sounds awry to me. Fuzzyman http://www.voidspace.org.uk/python/index.shtml > to apache's httpd.conf, apache refuses to start, saying: > "cannot load c:/<path>/mod_python.so into server: the specified module > could not be found" > > 'mod_python.so' is in the modules folder under apache, though. > > I've searched everywhere, but could not find a solution. Anybody here > that has been successful in getting this combo to work? -- http://mail.python.org/mailman/listinfo/python-list