[issue34643] How to build Release Version of Python in Windows?

Steve Dower report at bugs.python.org
Wed Sep 12 20:25:14 EDT 2018


Steve Dower <steve.dower at python.org> added the comment:

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.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue34643>
_______________________________________


More information about the Python-bugs-list mailing list