"ImportError: No module named sax.saxutils"

Alexander Belchenko bialix at ukr.net
Fri Jan 20 12:01:09 GMT 2006


Martin Pool пишет:
> On 20 Jan 2006, Robert Collins <robertc at robertcollins.net> wrote:
>> does distutils have a 'uninstall' mode ?
> 
> distutils doesn't have an 'uninstall', but if it did it probably
> wouldn't help a lot because we need to uninstall the old version.

Yes, plain `setup.py install` does not have ability to uninstall. And
it's not good, I think.

On Windows if user install python program from exe installation package
then later it could be uninstalled by usual Windows mechanism: Start ->
Settings -> Control Panel -> Add/Remove Programs.

Also, setuptools and distribution via eggs seems to have uninstall ability.

--
Alexander





More information about the bazaar mailing list