[Trac] dependency app versions for trac
Jani Averbach
jaa at jaa.iki.fi
Fri Mar 4 14:09:14 EST 2005
On 2005-03-04 07:15-0800, bruce wrote:
> hi....
>
> given that i'm gettin an error in my appache log file 'could not import
> mod_python.apache', i'm starting to suspect that i'm running into possible
> dependency issues with python/mod_python.
>
> it seems the system is actually still using an old version of python, even
> though a guy told me he had updated python to the latest version... (yeah..
> right!!)
It is important that you installed/compiled your mod_python with the
new Python. For example, in our Debian Woody, I installed second
Python just for Trac/mod_python:
$ python -V
Python 2.1.3
$ /opt/python/default/bin/python -V
Python 2.3.4
And for mod_python you could use:
--with-python=DIR Path to specific Python binary
And you could install Trac with specified python by running:
$ /opt/python/default/bin/python ./setup.py ...
> -httpd: 2.0.53
> -python: 2.3.4
> -mod_python: 3.1.4
> -Linux/Vendor: Debian Woody
> -Trac: Some version from trunk with Brad Anderson's PgSQL patches.
>
> day 3 of this issue!!
Sorry that you have had so much problems, but Keep going, Trac is well
worth of it. =)
BR, Jani
--
Jani Averbach
More information about the Trac
mailing list