I've got Trac 0.11rc1 up and running with Apache authentification and am hooked into our SVN repo. So far so good. Now the newbie question...
How do I install the ticket_clone.py sample plug-in noted in the 0.11rc1 wiki page and in SVN at: root/branches/0.11-stable/sample-plugins/ticket_clone.py ? Here is what I've tried so far. 1. As a TRAC_ADMIN my "playground" project, granted myself TICKET_ADMIN rights too. Signed out and then back in. 2. I installed ticket_clone.py via Admin's Manage Plugins window (i.e. select ticket_clone.py and click the Install button). no luck. 3. Verified that ticket_clone.py is in my \TracRoot\projects\playground \plugins\ directory. It was compiled to .pyc as well. 4. Bounced Apache. Still no luck. 5. One by one, tried adding each of the following my project's trac.ini file and then bounced Apache. no luck. <pre> [components] ticket_clone.* = enabled ticketclone.* = enabled ticket_clone* = enabled ticketclone* = enabled </pre> 6. Added some other plugins from Trac-Hacks by downloading the eggs and installing. Things are working. 7. Went through the 0.11 version of the HelloWorld plugin example to learn more about Trac plugins (and in general, eggs). Installed all 3 versions and things work. http://trac-hacks.org/wiki/EggCookingTutorialTrac0.11 8. Using HelloWorld as a template, created a TicketClone plugin and built the egg. Used Admin's Manage Plugins to install it. no luck. 9. Threw my arms in the air and am now begging for help. Rob --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
