From: Martin v. Loewis on
> 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
From: Giacomo Boffi on
"Martin v. Loewis" <martin(a)v.loewis.de> writes:

> If you use the bdist_wininst, bdist_msi, or bdist_rpm distutils
> commands, you get packages which support uninstallations very well.

bdist_deb?
--
Vorrei andare a lavorare in Sicilia, a max 15 km dal mare. Con chi
devo parlare? Col capomafia distrettuale? Oppure bisogna sporcarsi le
mani e fare la tessera di FI? -- Marvin, in IFQ
 | 
Pages: 1
Prev: urgent requirement
Next: xmlrpc and processes