I'm brand new to using Python and so far it looks like easy_install doesn't have a corresponding *easy_uninstall*. Googling <http://stackoverflow.com/questions/1231688/how-do-i-remove-packages-installed-with-pythons-easy-install> led me to try the -m flag but it returns the following ambiguous response. :
# easy_install -m http://trac-hacks.org/svn/blackmagictickettweaksplugin/0.11 Downloading http://trac-hacks.org/svn/blackmagictickettweaksplugin/0.11 Doing subversion checkout from http://trac-hacks.org/svn/blackmagictickettweaksplugin/0.11 to /tmp/easy_install-96R73F/0.11 Processing 0.11 Running setup.py -q bdist_egg --dist-dir /tmp/easy_install-96R73F/0.11/egg- dist-tmp-547yiW zip_safe flag not set; analyzing archive contents... Removing BlackMagicTicketTweaks 0.11.2 from easy-install.pth file Installed /usr/local/lib/python2.7/dist-packages/BlackMagicTicketTweaks-0.11 .2-py2.7.egg Because this distribution was installed --multi-version, before you can import modules from this package in an application, you will need to 'import pkg_resources' and then use a 'require()' call similar to one of these examples, in order to select the desired version: pkg_resources.require("BlackMagicTicketTweaks") # latest installed version pkg_resources.require("BlackMagicTicketTweaks==0.11.2") # this exact version pkg_resources.require("BlackMagicTicketTweaks>=0.11.2") # this version or higher Processing dependencies for BlackMagicTicketTweaks==0.11.2 Finished processing dependencies for BlackMagicTicketTweaks==0.11.2 Bouncing apache2 shows that Blackmagic is now missing from the plugin list. Guessing that I can now delete the folder: /usr/local/lib/python2.7/dist-packages/BlackMagicTicketTweaks-0.11.2-py2. 7.egg/ ? On Wednesday, March 25, 2015 at 8:11:33 AM UTC-5, pineapplehandler wrote: > > It's version 0.12.5 so I'll look into uninstalling the plugin and > re-installing the correct version. > Thanks for the link to help find the logs. > > On Tuesday, March 24, 2015 at 4:27:13 PM UTC-5, pineapplehandler wrote: >> >> I'm not seeing any changes in the ticket. This is what I have done: >> >> Installed Trac via Turnkey Linux <http://www.turnkeylinux.org/trac> >> Installed Blackmagic via trac-hacks >> <http://trac-hacks.org/wiki/BlackMagicTicketTweaksPlugin> >> easy_install http://trac-hacks.org/svn/blackmagictickettweaksplugin/0.11 >> >> vi /etc/trac/svn-project.ini >> >> [blackmagic] >> tweaks = type, component >> type.label = State >> type.tip = Please choose a state >> component.label = Table >> component.tip = Please select a table >> >> [components] >> blackmagic.* = enabled >> >> service apache2 restart >> I also navigated to the Admin Plugins section and noticed that the >> Blackmagic plugin was disabled, so I placed a checkmark in it and restarted >> apache again: >> >> >> <https://lh4.googleusercontent.com/-GQAtVE6ltQo/VRHWIgu0HcI/AAAAAAAAABA/2rcK13-Q5m0/s1600/blackmagic.png> >> Still no customizations showing up. What am I missing? >> >> -- You received this message because you are subscribed to the Google Groups "Trac Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/trac-users. For more options, visit https://groups.google.com/d/optout.
