Thanks for the extremely quick response. You're exactly right that I had installed Genshi 0.4.4. After grabbing the trunk version of Genshi (i.e. Genshi-0.5dev_r865) and installing, the ticket_clone.py plugin works like a charm. Better yet, it works and I now see it show up in Admin's Manage Plugin interface.
Cheers! On Jun 6, 12:44 pm, "Noah Kantrowitz" <[EMAIL PROTECTED]> wrote: > Check your log to be sure (make sure it is set to DEBUG), but chances are > you don't have Genshi 0.5dev installed which is required for that plugin. > Also, single-file plugins are automatically enabled, you do not need > anything in the [components] section for it. > > --Noah > > > -----Original Message----- > > From: [email protected] [mailto:[EMAIL PROTECTED] > > On Behalf Of Rob (newbie to Trac) > > Sent: Friday, June 06, 2008 9:18 AM > > To: Trac Users > > Subject: [Trac] Install and activate the ticket_clone.py 0.11rc1 sample > > plug-in? > > > 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 -~----------~----~----~----~------~----~------~--~---
