[twill] uninstalling twill

Titus Brown titus at caltech.edu
Fri Sep 21 07:49:23 PDT 2007


On Thu, Sep 20, 2007 at 10:12:59PM -0700, Mike Gleeson wrote:
-> import sys
-> dir(sys)
-> sys.path()
-> 
-> http://diveintopython.org/toc/index.html  - 2.4.1
-> 
-> - Mike

Hmm, I'm not really sure what that means, Mike ;)

Chinmay,

there may well be no reason to uninstall twill, even if you don't want
to use it any more.  It shouldn't interfere with anything.  (If it does,
let me know...)

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.

cheers,
--titus



More information about the twill mailing list