> How do you delete a plugin? The documentation seems to be excellent for > telling you how to install one, but there is nothing about how to remove > them. Even the easy_install package does not have an option for > delete. Does one just delete the .egg file which is installed (I know
> the path just too lazy to look it up and type it)? I have done it the following way on a Windows XP system with Trac 0.10.3, Python 2.3 and Apache 2.0.54 Point to your Python Installation\Lib\site-packages You should find a file called "easy-install.pth" Make a backup of the file and open it in a text editor Delete the line where the plugin you want to uninstall is mentioned e.g: "./tracpygments-0.3dev-py2.3.egg" Delete the egg file of the plugin e.g. "TracPygments-03.dev-py2.3.egg" Go to the Trac project\conf folder and open the trac.ini file Go to the [Componets] section and delete the line where the uninstalled plugin is listed. E.g. "tracpygments.* = enabled" Restart Apache/tracd I have uninstalled the "Autowikify" plugin that way. Alex --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
