Ο/Η Bret Richmond έγραψε: > I've got Trac up and running with the webadmin plugin on a machine on > our network. However, I've had the worst time trying to get the account > manager plugin (from Trac-hacks) to be recognized by Trac. I can > download it just fine using easy_install, but when I drop the .egg into > my environment's plugins folder, nothing happens. Also, when I try to > load the plugin at the webadmin plugins page (from the environment's > plugins folder), I get a message saying "Internal Error, File not > uploaded." Anybody have any ideas on this?
Install the plugin on your system globally: http://trac-hacks.org/wiki/AccountManagerPlugin#Install for trac 0.10 this should be: easy_install http://trac-hacks.org/svn/accountmanagerplugin/0.10 then enable the plugin in your trac.ini: example: http://dev.lazaridis.com/base/browser/infra/tracx/tracx/conf/trac.ini?rev=186#L17 --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
