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 steve.dower
Recipients Valentin Zhao, paul.moore, steve.dower, tim.golden, zach.ware
Date 2018-09-13.00:25:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1536798314.37.0.956365154283.issue34643@psf.upfronthosting.co.za>
In-reply-to
Content
Have a look in the Tools/msi directory. The "build.bat" and "buildrelease.bat" files will generate the installers and other packages (note that you may need .NET 3.5 enabled on your machine).

You may also be able to use the make_zip.py script to help create a "full" distribution in a specific directory. Though it may still exclude Tcl and Tk (deliberately). It's not meant for replacing the full installer.
History
Date User Action Args
2018-09-13 00:25:14steve.dowersetrecipients: + steve.dower, paul.moore, tim.golden, zach.ware, Valentin Zhao
2018-09-13 00:25:14steve.dowersetmessageid: <1536798314.37.0.956365154283.issue34643@psf.upfronthosting.co.za>
2018-09-13 00:25:14steve.dowerlinkissue34643 messages
2018-09-13 00:25:13steve.dowercreate