Re: [Distutils] Problem with --uninstall option to setup.py develop

2010-04-27 Thread P.J. Eby
At 12:18 PM 4/27/2010 -0500, Warren Weckesser wrote: I am using version "0.6c9-s1" of setuptools and Python 2.6.4. That's not an official release, and is probably out of date in any case; try updating to 0.6c11. ___ Distutils-SIG maillist - Distu

Re: [Distutils] Problem with --uninstall option to setup.py develop

2010-04-27 Thread Warren Weckesser
Update: the version of setuptools that I was using was relatively old, and had local patches. With distribute version 0.6.10, the --uninstall option works. Warren Warren Weckesser wrote: I am using version "0.6c9-s1" of setuptools and Python 2.6.4. I am trying to use the --uninstall optio

[Distutils] Problem with --uninstall option to setup.py develop

2010-04-27 Thread Warren Weckesser
I am using version "0.6c9-s1" of setuptools and Python 2.6.4. I am trying to use the --uninstall option of "setup.py develop", but even with a simple example, I get the following error: - none:devtest warren$ python setup.py develop --uninstall running develop Traceback (most recent call l