[Distutils] Q about best practices now (or near future)

Donald Stufft donald at stufft.io
Thu Jul 18 10:30:42 CEST 2013


On Jul 18, 2013, at 4:22 AM, Nick Coghlan <ncoghlan at gmail.com> wrote:

> On 18 July 2013 18:10, Paul Moore <p.f.moore at gmail.com> wrote:
>> On 18 July 2013 08:57, Nick Coghlan <ncoghlan at gmail.com> wrote:
>>> 
>>> Shipping an msi installer for pip (perhaps bundling with setuptools)
>>> would also be an acceptable alternative.
>> 
>> 
>> -1.
>> 
>> I would suggest that this approach, if it were considered seriously, should
>> be reviewed carefully by someone who understands MSI installers (not me!).
>> Specifically, if I install pip via an MSI, then use "python -m pip install
>> -U pip", will the "Add/Remove Programs" entry created by the MSI still
>> uninstall cleanly? Broken uninstall options and incomplete package removals
>> are a perennial problem on Windows, usually caused by messing with installed
>> files outside control of the installer.
> 
> This potential problem needs to be taken into account for any bundling
> solution as well. Explicit bootstrapping (with an install time option
> to invoke it in the CPython and Python launcher for Windows
> installers) is looking better all the time :)

That's only a problem if we make a MSI installer. Which I don't think we need to do.

> 
> Cheers,
> Nick.
> 
> --
> Nick Coghlan   |   ncoghlan at gmail.com   |   Brisbane, Australia


-----------------
Donald Stufft
PGP: 0x6E3CBCE93372DCFA // 7C6B 7C5D 5E2B 6356 A926 F04F 6E3C BCE9 3372 DCFA

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 841 bytes
Desc: Message signed with OpenPGP using GPGMail
URL: <http://mail.python.org/pipermail/distutils-sig/attachments/20130718/2721e2c2/attachment.pgp>


More information about the Distutils-SIG mailing list