Tim Moloney wrote: > On Jun 13, 3:43 am, Lars Stavholm <[EMAIL PROTECTED]> wrote: > >> Tim Moloney wrote: >> >>> I can get the authzgroups plugin to work if I put authzgroups.py in the >>> project's plugins directory. Is there a single place to put >>> authzgroups.py so that it is shared by all projects? I tried putting it >>> in /usr/lib/python2.4/site-packages and in >>> /usr/lib/python2.4/site-packages/Trac-0.11dev-py2.4.egg/trac/plugins but >>> neither location worked. >>> >> Try the Trac installation directory, e.g.: >> >> /usr/share/trac/plugins >> > > /usr/lib/python2.4/site-packages/Trac-0.11dev-py2.4.egg is the > installation directory when installed from the subversion trunk. /usr/ > share/trac doesn't exist on my system (but it would if I installed > Trac via rpm). > > Any other thoughts? > > Tim
I found the egg tutorial (http://www.trac-hacks.org/wiki/EggCookingTutorialTrac0.11) and turned authzgroups into an egg. I can now install it at a global level and have it work in all of my projects. Tim --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
