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

2021-12-18 Thread Alex Waygood
Alex Waygood added the comment: Given that there has been no activity on this issue for over three years, I am closing this as "rejected". -- nosy: +AlexWaygood resolution: -> rejected stage: -> resolved status: open -> closed ___ Python tracker

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

2018-09-14 Thread Steve Dower
Steve Dower added the comment: In that case, you are asking for a new feature development that we have previously decided is not in the best interests for us to provide (in that it leads to more upgrade and installation issues than a more controlled installer). If you are prepared to write

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

2018-09-12 Thread Valentin Zhao
Valentin Zhao added the comment: Or say what the difference of the python executable generated from msi installer and built from source? -- ___ Python tracker ___

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

2018-09-12 Thread Valentin Zhao
Valentin Zhao added the comment: Sorry for not illustrating this clearly. What I need to build is a copyable, relocatable bunch of files which contains a directory like \bin then has an executable in it, so I can run Python directly. Notwithstanding I do not need a installer because I am

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

2018-09-12 Thread Steve Dower
Steve Dower 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

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

2018-09-11 Thread Valentin Zhao
Valentin Zhao added the comment: Sorry I posted a wrong pic. -- Added file: https://bugs.python.org/file47798/build前.png ___ Python tracker ___

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

2018-09-11 Thread Valentin Zhao
New submission from Valentin Zhao : I am going to build a Python.exe to migrate it to another PC, in order to build a seemingly virtual *environment* of Python which could run python files. What I do to implement this is to *COPY* \win32 folder to another pc then execute python.exe with