This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author et
Recipients et, paul.moore, steve.dower, tim.golden, zach.ware
Date 2019-02-16.14:20:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1550326820.19.0.863740875159.issue36010@roundup.psfhosted.org>
In-reply-to
Content
It would be really useful if you could provide a .zip Windows release of Python that is not crippled/for embedding only.

The reason is simply is that right now, I am having constant pain & trouble with it writing an automated build script for Windows (.bat) that works on a Python-free machine.

Specifically the installer has:

1.) no usable functionality in an automated build environment (%PATH% is very unnecessary or even undesirable to set up for a Python install only temporarily downloaded for a build)

2.) possibly conflicts with existing installs (making an automated build break/affect other Python installs/leaving other side effects, which is extremely undesirable and ugly)

3.) can break into a completely unusable state when interrupted (where the install doesn't complete, but running it again also doesn't, needing complicated special logic to nuke it)

NONE of these would be an issue if there was just a .zip. And there is, of course, in form of the embedded install - but that one is useless to me for an automated build because I need pip, and it doesn't support running pip.
History
Date User Action Args
2019-02-16 14:20:20etsetrecipients: + et, paul.moore, tim.golden, zach.ware, steve.dower
2019-02-16 14:20:20etsetmessageid: <1550326820.19.0.863740875159.issue36010@roundup.psfhosted.org>
2019-02-16 14:20:20etlinkissue36010 messages
2019-02-16 14:20:20etcreate