Re: mod_python fails to load under wamp

2006-07-11 Thread Ant
> Uh... this may sound silly, but aren't .so files UNIX/Linux/Solaris > "shared object" files... Yes, but apache uses them (or at least the same file extension) for modules on Windows and Linux, so mod_python.so is correct. -- http://mail.python.org/mailman/listinfo/python-list

Re: mod_python fails to load under wamp

2006-07-11 Thread Ant
> I suggest you search the download files on Xampp's sourceforge site and > look for an older version with Apache 2.0.55 . I'm not sure, but I > think xampp version 1.5.1 will be ok I did this just a few days ago, you could be right, but version 1.5.1 had no release notes, and a dodgy release num

Re: mod_python fails to load under wamp

2006-07-10 Thread Luis M. González
Gaurav Agarwal wrote: > Hi, > > Am using WAMP5 and python 2.4.3. I tried to install mod_python 3.2.5 > for python2.4. When i tried starting wamp, Firstly there was no error > message in the apache error log. I saw error message in windows event > viewer : > > "The Apache service named Apache.exe re

Re: mod_python fails to load under wamp

2006-07-10 Thread Ant
> "The Apache service named Apache.exe reported the following error: > >>> Cannot load c:/wamp/apache/modules/mod_python.so into server: (126) The > >>> specified module could not be found: <<< > before the error.log file could be opened." I have just had a similar problem (same error message),

mod_python fails to load under wamp

2006-07-10 Thread Gaurav Agarwal
Hi, Am using WAMP5 and python 2.4.3. I tried to install mod_python 3.2.5 for python2.4. When i tried starting wamp, Firstly there was no error message in the apache error log. I saw error message in windows event viewer : "The Apache service named Apache.exe reported the following error: >>> Synt