[mod_python] Upgrading 3.2.10 -> 3.3.1

elias.collas at gulfstream.com elias.collas at gulfstream.com
Mon Nov 5 16:45:42 EST 2007


Hello Graham and thanks for the quick reply.

Sorry if I'm being dense, but...

I'm only running a single version of Python (2.4.3) that has mod_python
3.2.10 installed in its .../lib/site-packages directory but I'm trying to
get a second Apache instance to only see mod_python 3.3.1. Is there a way
to trick Apache to do this? My issue is that I'd rather not move the
mod_python package which is currently installed (3.2.10) until I test all
my apps against the latest mod_python.

Eli

"Graham Dumpleton" <graham.dumpleton at gmail.com> wrote on 11/05/2007
04:32:05 PM:

> If you have installed multiple versions of Python installed in
> different locations then you must ensure that PATH environment
> variable of Apache when it starts up finds in that PATH the version
> you want first. It doesn't actually run it, but Python internal
> initialisation uses it as a reference point to determine where Python
> lib directory is located.
>
> Graham
>

> >
> >
> >
> > _______________________________________________
> > Mod_python mailing list
> > Mod_python at modpython.org
> > http://mailman.modpython.org/mailman/listinfo/mod_python
> >



More information about the Mod_python mailing list