Gustavo Córdova Avila
gustavo.cordova at q-voz.com
Tue Oct 14 09:40:54 EST 2003
Manera, Villiam wrote: > I have followed the whole history of mod_python.so,...: > > >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. > > but mod_python-3.1.0a.win32-py2.3.exe seems for python 2.3 > > I have decided to migrate from python 2.2 to 2.3 just for try > session... on mod_python 3.1.0a > > what I have to do :-( ?? > > Thanks, > > Villiam > I had the same problem exactly, so I did a "strings" on the file "mod_python.so", and found it depended on "python22.dll"; I then attacked this file with a binary file editor and changed "python22.dll" with "python23.dll", and Apache restarted OK. Now... I don't know how stable this is, and I know that this isn't the best solution, but at least meanwhile, it's working and I can continue doing my stuff. I'll post something if I run into trouble, but there's been none yet. Happy Hacking :-) -gustavo
|