finally i successfully installed ConfigObj by running "python setup.py install" in command line. now i comes to the 2nd step, from the article i read about how to install trac plugin ,there are usually two ways to install plugin. 1. i should have egg file. 2. i should have source package containing setup.py. but here i only have authzpolicy.py, what should i do? just copy this file to mysites/plugin folder? and how do i tell trac to use this plugin?
On May 28, 5:17 pm, thinktwice <[EMAIL PROTECTED]> wrote: > 1. Install ConfigObj (required). <-------------------------i don't > know how to install ? > 2. Copy authz_policy.py into your plugins directory. > 3. Put a authzpolicy.conf file somewhere (preferably on a secured > location on the server, not readable for others than the webuser. > 4. Update your trac.ini: > > sorry i'm totally newbie to python and trac. hope you could help > me ,thanks in advance. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
