Issue 36652: Non-embedded zip distribution (original) (raw)

Issue36652

Created on 2019-04-17 20:47 by wheelerlaw, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Messages (3)
msg340445 - (view) Author: (wheelerlaw) Date: 2019-04-17 20:47
Pretty straight forward request. It would be nice if there was an installation method where I can just unzip a Python distribution rather than running an installer. Specifically this is for getting Python to run in Wine. Right now, Python for Windows runs fine under Wine, but the installer doesn't, so a manual process of running the installer on a Windows machine and then copying the installed resources to a Linux machine with Wine installed. A zip distribution would solve this, since I could just unzip it and run it under Wine.
msg340482 - (view) Author: Ronald Oussoren (ronaldoussoren) * (Python committer) Date: 2019-04-18 11:24
This is a duplicate of , which contains an explanation of why there is no installation method with a zipfile.
msg340487 - (view) Author: Steve Dower (steve.dower) * (Python committer) Date: 2019-04-18 13:36
Also see the packages on nuget.org, which are essentially just zip files (with metadata and installation tools available).
History
Date User Action Args
2022-04-11 14:59:14 admin set github: 80833
2019-04-18 13:36:29 steve.dower set status: open -> closedsuperseder: Please provide a .zip Windows release of Python that is not crippled/for embedding onlymessages: + resolution: duplicatestage: resolved
2019-04-18 11:24:55 ronaldoussoren set nosy: + ronaldoussorenmessages: +
2019-04-18 06:10:58 xtreak set nosy: + steve.dower
2019-04-17 20:47:47 wheelerlaw create