[mod_python] example test fails-- how to convince apache to search the correct path for python modules?

piet at cs.uu.nl piet at cs.uu.nl
Wed Jul 25 11:09:47 EST 2001


Can you start up an interactive session with your private python
interpreter and type the following:

import sys
print sys.path

I guess it will have /usr/lib/python2.0 in it.
If that is so, the this is where your python expects its modules.
-- 
Piet van Oostrum <piet at cs.uu.nl>
URL: http://www.cs.uu.nl/~piet [PGP]
Private email: P.van.Oostrum at hccnet.nl




More information about the Mod_python mailing list