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 Segev Finer
Recipients Decorater, Segev Finer, paul.moore, steve.dower, tim.golden, zach.ware
Date 2017-07-21.22:02:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1500674562.72.0.0385670001949.issue30222@psf.upfronthosting.co.za>
In-reply-to
Content
Try with:

    .\python.bat Tools\msi\make_zip.py -a amd64 -o py37-amd64.zip

It requires amd64 instead of x64. Probably can add a choices (https://docs.python.org/3/library/argparse.html#choices) argument there to make it more robust.
History
Date User Action Args
2017-07-21 22:02:42Segev Finersetrecipients: + Segev Finer, paul.moore, tim.golden, zach.ware, steve.dower, Decorater
2017-07-21 22:02:42Segev Finersetmessageid: <1500674562.72.0.0385670001949.issue30222@psf.upfronthosting.co.za>
2017-07-21 22:02:42Segev Finerlinkissue30222 messages
2017-07-21 22:02:42Segev Finercreate