Re: Selecting Python version for mod_python

2008-04-09 Thread Graham Dumpleton
On Apr 10, 1:54 am, Peter Rowell <[EMAIL PROTECTED]> wrote: > > This means that a python version has to be selected before the PythonPath > > directive is processed. > > "Selected" is not quite the right way to think of it.mod_pythonhas > the Python interpreter linked in at build time, not run tim

Re: Selecting Python version for mod_python

2008-04-09 Thread Peter Rowell
> This means that a python version has to be selected before the PythonPath > directive is processed. "Selected" is not quite the right way to think of it. mod_python has the Python interpreter linked in at build time, not run time. To change which version you have, you need to rebuild mod_python

Selecting Python version for mod_python

2008-04-09 Thread jurian
How can I go about selecting the python version for mod_python to use? Using PythonPath doesn't seem to be the way to do this, as stated in the mod_python documentation, this strign is evaluated. This means that a python version has to be selected before the PythonPath directive is processed. --~