[mod_python] Using non-global python with mod_python

Gregory (Grisha) Trubetskoy grisha at modpython.org
Tue Aug 20 13:40:09 EST 2002


On Tue, 20 Aug 2002, Jack Diederich wrote:

> I just ran into a problem like this previously posted one:
>   http://www.modpython.org/pipermail/mod_python/2002-July/002218.html

[snip]

> I couldn't find any reference to the /usr/local directory anywhere in the configured
> mod_python tree.
>
> Any guesses where it is getting the idea that everything is under /usr/local?

I think ./configure is getting this idea from the first python it can find
in the path.

Try to run configure like with something like this:

$ PATH=/home/www/python2.2:$PATH ./configure --[your-args]

Grisha





More information about the Mod_python mailing list