George Harrison
gharris at centauri.mb.ca
Wed Jul 24 01:38:25 EST 2002
I think that was probably it, but I reinstalled Python, which fixed the problem. thanks gh At 11:48 AM 2002.07.19 -0400, you wrote: >I found that mod_python uses the pythonpath and pythonhome environment >variables. Make sure that your normal path environment variable can reach >python.exe. A normal python install does not create these just the .py and >.pyc associations. If you cannot run python from a command prompt by typing >python and a .py script, something is wrong. Next, make sure you are using >the right .so (.dll) with the correct corresponding Apache software version. > >Hans > >-----Original Message----- >From: George Harrison [mailto:gharris at centauri.mb.ca] >Sent: Friday, July 19, 2002 1:19 AM >To: mod_python at modpython.org >Subject: [mod_python] Installing mod_python on Win98/Apache > > >After following the instructions in the documentation and copying the files >from D:\Program Files\Python22\lib\mod_python-x\lib\mod_python to >D:\Program Files\Python22\lib\mod_python; I can launch Apache but when I >try to open mptest.py I get the following message in the error log: > >[Thu Jul 18 23:50:19 2002] [error] [client 127.0.0.1] python_handler: >make_obcallback returned no obCallBack! > >Does anyone know what is happening, or have a listing of where the files >are supposed to be in the python directory for this to work? > >Thanks > >gh > > >_______________________________________________ >Mod_python mailing list >Mod_python at modpython.org >http://www.modpython.org/mailman/listinfo/mod_python
|