Thanks to this suggestion I was able to solve the problem. Old files laying around from the previous Trac install that didn't go away.
I was able to solve the problem by doing the following: mv /usr/lib/python2.4/site-packages/trac /usr/lib/python2.4/site-packages/trac-0.10.4-2 ln -s /usr/lib/python2.4/site-packages/Trac-0.11dev_r6306-py2.4.egg/trac/ /usr/lib/python2.4/site-packages/trac And then problem solved! -- Tommy Butler Emmanuel Blot wrote: >> Well it's a mystery to me then, because I am not using anything from trac >> .10, and in fact did a full `apt-get remove --purge trac; rm -rf >> /usr/share/trac` before installing this development snapshot. >> > > Try something like 'find / -name "api.py"' and check whether any of > these files are from trac. > > You got the development snapshot from the /trunk, didn't you? - just checking. > > Cheers, > Manu > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
