> There's a discrepancy because package management on Python is
> completely broken. Distutils and Setuptools (and it's new fork,
> Distribute) are inadequate- they act as installers, but don't provide
> a way to uninstall the program.

That's not true. If you use the bdist_wininst, bdist_msi, or bdist_rpm
distutils commands, you get packages which support uninstallations
very well.

Regards,
Martin
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to