On Mon, May 4, 2009 at 11:37 AM, Olemis Lang <[email protected]> wrote: > > Hello. > > Recently I tried to remove a plugin so as to install a new version and > I just can't. This time I'm running trac 0.11 using FastCgi. I have > installed a plugin in an env's plugin folder. Nonetheless, > > - All other envs can see the plugin (first thing I dont understand > very well :-/ ) > - When I access plugin admin page for those envs, Uninstall button is > always disabled, so there is no way I can remove it doing so. > - If I remove it from the file system directly then it is still shown > in admin page (all envs ) even if it's *really* gone > - On enabling / disabling its components, the env gets broken ... > > Pls. What's happenning ? How can I remove that plugin?
You or somebody else probably installed the plugin system-wide at some point along the line. Check to see if there's an egg for the plugin in /usr/lib/python2.x/site-packages or /usr/local/lib/python2.x/site-packges or whatever your platform's equivalents are. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
