11 May 01:30
[Trac] Downgrading
From: kate <kate-2008@...>
Subject: [Trac] Downgrading
Newsgroups: gmane.comp.version-control.subversion.trac.general
Date: 2008-05-10 23:33:34 GMT
Subject: [Trac] Downgrading
Newsgroups: gmane.comp.version-control.subversion.trac.general
Date: 2008-05-10 23:33:34 GMT
I would like to downgrade to trac 0.10.4 In order to attempt the
installation of agilo plugins.
I downloaded and installed trac 0.10.4 using python ./setup.py
install.
Trac went into the normal place within python's site-packages: /usr/
lib/python2.5/site-packages/trac/
When I attempted to run trac-admin, I got
Traceback (most recent call last):
File "/usr/bin/trac-admin", line 21, in <module>
from trac.scripts.admin import run
ImportError: No module named scripts.admin
I understand that this should only happen if I trac is installed
outside of site-packages.
My PYTHONPATH is /usr/local/lib/svn-python/ , which I had to set it to
while trying to get svn to work back when I installed the original
trac.
I tried adding /usr/lib/python2.5/site-packages into PYTHONPATH with
no success.
My 0.11 trac is working properly as far as I can tell. This is
probably because it is in /usr/lib/python2.5/site-packages/Trac-0.11b2-
py2.5.egg/trac - thus nothing is overwritten.
After I wrote all of this, I reran python ./setup.py install on the
0.11b2 trac and trac-admin is working properly again. So the bottom
(Continue reading)
RSS Feed