Gregory (Grisha) Trubetskoy
grisha at modpython.org
Mon Sep 15 10:32:10 EST 2003
This is typically a mismatch of mod_python.so and the version of Python you have on your system. For some reason windows says "module cannot be found" whereas it really means "i had problems loading it". The mod_python binary available from Apache sites should be compatible with Python 2.2.x, but not 2.3. Grisha On Sat, 13 Sep 2003, Andrew wrote: > I added mod Python into Apache 2 on Win2k with this line: > > LoadModule python_module modules/mod_python.so > > And when I try to restart the server it displays: > > Syntax error on line 973 of D:/Program Files/Apache > Group/Apache2/conf/httpd.con > f: > Cannot load D:/Program Files/Apache Group/Apache2/modules/mod_python.so > into ser > ver: The specified module could not be found. > > THe Wierd thing is, When I go to D:/Program Files/Apache > Group/Apache2/modules/ in WIndows Explorer, I SEE the file mod_python.so. > > And when I type into the Address bar D:/Program Files/Apache > Group/Apache2/modules/mod_python.so, The File download comes up. > > Also, I have Perl installed with LoadModule perl_module > modules/mod_perl.so, so LoadMod. Works. > > I googled the Archives for this, but could find nothing. > > THanks in Advance > Andrew. > > _______________________________________________ > Mod_python mailing list > Mod_python at modpython.org > http://mailman.modpython.org/mailman/listinfo/mod_python >
|