
kate-2008 at yoak
May 10, 2008, 4:33 PM
Post #1 of 3
(43 views)
Permalink
|
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 line is, the 0.10.4 trac-admin can't find modules while 0.11b2 trac- admin is happy. Any ideas? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to trac-users[at]googlegroups.com To unsubscribe from this group, send email to trac-users-unsubscribe[at]googlegroups.com For more options, visit this group at http://groups.google.com/group/trac-users?hl=en -~----------~----~----~----~------~----~------~--~---
|