On Fri, 21 Sep 2007, Titus Brown wrote: [...] > To uninstall the library code, just find out where it is: > > python >>>> import twill >>>> twill > <module 'twill' from > '/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/twill-0.9b1-py2.5.egg/twill/__init__.pyc'> > > and go remove that directory (in this case, twill-0.9b1-py2.5.egg/). > You will want to remove the twill-fork and twill-sh scripts as well.
To remove all traces, you'd have to remove the line from easy-install.pth too (this file lives in site-packages too). If you have easy_install installed, you can remove the twill line from that file by running easy_install -m twill http://peak.telecommunity.com/DevCenter/EasyInstall#uninstalling-packages John _______________________________________________ twill mailing list [email protected] http://lists.idyll.org/listinfo/twill
