
jp at jptechnical
May 2, 2008, 6:36 PM
Post #1 of 3
(116 views)
Permalink
|
|
Cannot get webadmin working after moving servers - Version Conflict
|
|
I moved from an Ubuntu 7.10 server, running trac straight out of apt repositories. Worked flawlessly. I moved to Ubuntu 8.04lts (specifically because I need the long term support, and 6.06 was nearing end of life). Same scenario, apt-get install trac with no issues. I moved from the old one to the new one via hotcopy. Permissions are good, trac and svn work fine, apache is setup and working (though I am working via IP, not a hostname in case that would make any difference). But the webadmin will not work. I originally checked out the svn from the sandbox and did the install, same steps as before. I am running: Python 2.5.2 (r252:60911, Apr 21 2008, 11:12:42) [GCC 4.2.3 (Ubuntu 4.2.3-2Ubuntu7)] on linux2 --- I don't know how to run any other version of python for trac, I am a python noob. Trac 10.4 from apt Apache/2.2.8 (Ubuntu) DAV/2 SVN/1.4.6 mod_python/3.3.1 Python/2.5.2 PHP/5.2.4-2Ubuntu5 with Suhosin-Patch Server This is also a postfix / courier mail server. In addition, I run a zope instance for another helpdesk app. This is what I get in trac.log 2008-05-01 23:01:56,930 Trac[loader] ERROR: Skipping "TracWebAdmin 0.1.2" (version conflict: "(TracWebAdmin 0.1.2dev (/usr/lib/python2.5/site-packages/TracWebAdmin-0.1.2dev-py2.5.egg), Requirement.parse('TracWebAdmin==0.1.2'))") 2008-05-01 23:01:57,316 Trac[main] WARNING: 404 Not Found (404 Not Found (No handler matched request to %s)) Again, it did work before moving to a new server, but not now. Any direction would be of great help. I know very little about python and find it very confusing when dealing with eggs and (so called)easy-install :-) -- Jesse Perry JP Technical 360-829-6550 http://www.jptechnical.com --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
|