Thomas Moschny wrote: > 2008/10/2 Eric Shubert <[EMAIL PROTECTED]>: >> One thing though. When I installed it globally (in site-packages folder) >> trac couldn't find the plugin. I tried both "tracnav.tracnav.tracnav = >> enabled" and "tracnav.* = enabled" in trac.ini, but either worked. However, >> when I put it in the project's plugins folder it found it ok. >> >> Some rookie error on my part perhaps? I downloaded the plugin, and built it >> with "python setup.py bdist_egg", then copied the dist/TracNav*.egg to its >> destination, and renamed the 4.0pre7 egg. Any idea where I might have goofed? > > Now I am confused - didn't you already tell me in > http://svn.ipd.uni-karlsruhe.de/trac/javaparty/ticket/294#comment:3 > that you finally got it working? > > Regards, > Thomas >
I'm confused too. ;) When I re-installed pre7 using easy_install, that seem to fix me up. When I tried installing pre8, I couldn't get easy_install to work because I didn't have an url to svn or tarball or zip, just an index html page. So I proceeded to download each piece individually (I know, the hard way) and built the egg myself with the "python setup.py bdist_egg" command. I then removed the pre7.egg from both the project plugins and global directories. When I copy the pre8.egg to the project's plugins directory and restart apache, I can activate and de-activate it from the admin plugins page. Everything is peachy. ;) However, when I copy the pre8.egg to the global plugins location (/usr/lib/python2.4/site-packages/) and remove it from project/plugins/, restart apache, then I get an error in the web page saying: Error: Failed to load processor TracNav No macro or processor named 'TracNav' found I figure I'm not doing something quite right. Any idea what that might be? TIA -- -Eric 'shubes' --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
