[mod_python] Problems getting mod_python up n' running

Daryl.Johnson at RebusHR.com Daryl.Johnson at RebusHR.com
Fri Jul 13 11:08:12 EST 2001


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



More information about the Mod_python mailing list