
mark.cooke at siemens
Oct 15, 2009, 5:59 AM
Post #4 of 4
(241 views)
Permalink
|
> On 15 oct, 14:19, "Cooke, Mark" <mark.co...@siemens.com> wrote: > > > I just have installed Python 2.5 in my Linux box > > > > > Actually, I run Trac 0.10.4 with Python 2.4 > > > > > I have: > > > /usr/bin/python2.4 > > > and > > > /usr/bin/python2.5 > > > then, I have created a link with "ln -s python python2.5" > > > Now, Trac not work > > > > > Appreciate any pointer (which steps I must to follow to reinstall > > > Trac) > > > My configuration Trac via HTTP server is by trac.fcgi > > > > I'm a bit of a linux noob but isn't trac mostly installed into your > > python / lib / site-packages directory? So your link now means that > > your httpd cannot find trac anymore. > > > > ~ Mark C > > Oh yes, but I suposse unnecesary to copy > /usr/lib/python2.4/site-packages/trac > to > /usr/lib/python2.4/site-packages/trac > sure, there's a better procedure > Thanks > I do not think that will work. I believe that you need to install the version of trac built against your version of python ~ python has changed so you need a new version of Trac. Think of it as an opportunity to upgrade to 0.11.5 with all the fixes that come with it. You will need to invest time in moving all your data across but that's not too bad in my (limited) experience (I don't know how much data / many environments you have, though!) >>http://trac.edgewall.org/wiki/TracDownload ~ Mark C --~--~---------~--~----~------------~-------~--~----~ 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 To unsubscribe from this group, send email to trac-users+unsubscribe [at] googlegroups For more options, visit this group at http://groups.google.com/group/trac-users?hl=en -~----------~----~----~----~------~----~------~--~---
|