Jonas Bengtsson
jonas.b at home.se
Fri Jul 13 19:33:57 EST 2001
I don't think that is the problem in my case. My mod_python.dll is about 45 kb and that seems normal Does any one else have a clue? I'm about to look elsewhere for Python support in Apache... mod_python seems to work very poorly under Windows. Jonas Bengtsson -----Original Message----- From: Daryl.Johnson at RebusHR.com [mailto:Daryl.Johnson at RebusHR.com] Sent: Friday, July 13, 2001 12:08 PM To: jonas.b at home.se Cc: mod_python at modpython.org Subject: RE: [mod_python] Problems getting mod_python up n' running I was getting messages very similar to these right up until yesterday. Although I'm using Linux and you are using Windows, I think the problem might stem from the same thing. Mine turned out to be a linker problem when mod_python.so (I think .dll in your case) was being built. The mod_python.so file was only half the size that it is now that it is working. It was about 700Kb and is now about 1.5Mb. These sizes might be different on Windows, but it is clear to me that mod_python.so had not linked in a whole sack of libraries that it would need. I hope this is of some help Daryl Johnson. -----Original Message----- From: Jonas Bengtsson [mailto:jonas.b at home.se] Sent: Thursday, July 12, 2001 10:38 PM To: piet at cs.uu.nl Cc: mod_python at modpython.org Subject: RE: [mod_python] Problems getting mod_python up n' running Thanks... now I got rid off the : make_obcallback(): could not import mod_python.apache. make_obcallback(): could not call init. make_obcallback(): could not import mod_python.apache. make_obcallback(): could not call init. But : [Thu Jul 12 23:30:34 2001] [error] [client 127.0.0.1] python_handler: make_obcallback returned no obCallBack! Still occurs... any ideas /Jonas Bengtsson -----Original Message----- From: piet at cs.uu.nl [mailto:piet at cs.uu.nl] Sent: Thursday, July 12, 2001 11:27 PM To: Jonas Bengtsson Cc: mod_python at modpython.org Subject: Re: [mod_python] Problems getting mod_python up n' running >>>>> "Jonas Bengtsson" <jonas.b at home.se> (JB) writes: JB> Furthermore I have put following files under JB> e:\program\python21\libs\mod_python: That should be in e:\program\python21\mod_python JB> And my environment path contains: JB> E:\Program\Python21;e:\Program\Python21\libs You mean PATH? The last part is not necessary. JB> What can be the problem? See above. -- Piet van Oostrum <piet at cs.uu.nl> URL: http://www.cs.uu.nl/~piet [PGP] Private email: P.van.Oostrum at hccnet.nl _______________________________________________ Mod_python mailing list Mod_python at modpython.org http://www.modpython.org/mailman/listinfo/mod_python
|