I gave a try on installing a trac, with python 2.4 without success.
I've than installed python 2.5 and all other dependencies, but while
running trac-admin initenv I still get:
Traceback (most recent call last):
File "/usr/bin/trac-admin", line 5, in ?
from pkg_resources import load_entry_point
File "/usr/lib/python2.4/site-packages/setuptools-0.6c11-py2.4.egg/
pkg_resources.py", line 2603, in ?
working_set.require(__requires__)
File "/usr/lib/python2.4/site-packages/setuptools-0.6c11-py2.4.egg/
pkg_resources.py", line 666, in require
needed = self.resolve(parse_requirements(requirements))
File "/usr/lib/python2.4/site-packages/setuptools-0.6c11-py2.4.egg/
pkg_resources.py", line 565, in resolve
raise DistributionNotFound(req) # XXX put more info here
which points to python2.4, how can I make it use python 2.5 ?
--
You received this message because you are subscribed to the Google Groups "Trac
Users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/trac-users?hl=en.