On Tue, Jul 7, 2009 at 11:28 AM, M.-A. Lemburg<m...@egenix.com> wrote:
>
> Writing an uninstall command really isn't all that hard, provided
> you stick with the standard distutils "python setup.py install"
> dance. The whole packaging approach only complicates things, IMHO.

You can't expect people to keep the distribution they used to install
in a corner
of their hard drive, to make sure they will be able to uninstall it (or
to ask them to download it again)

That's all about the RECORD files and the asymetric uninstall script
described in PEP 376.

having an uninstall command on the top of the uninstall script is a
nice shortcut though.
_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to