| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
A windows python installer repack which is support on windows 7+. This project do the following changes of the official cpython
I wrote a simple pyqt5 based app which use python 3.10 and packaged via pyinstaller, but the app could not run on windows 7. After some tries, I made it to work on windows 7. Some discussion could be found on https://github.com/orgs/pyinstaller/discussions/6200.
Maybe someone else need to run python 3.9, 3.10 or later versions on their windows 7, so I create this project to help them.
In order to run this python 3.9/3.10/3.11 on windows 7, you need windows 7 sp1 and install UCRT which is provided as KB2999226.
For python 3.12, due to use of AddDllDirectory, you need to install KB2533623, see also Microsoft Security Advisory: Insecure library loading could allow remote code execution, adang1345/PythonWin7/Notes.md.
The KB2533623 could not download anymore, so I upload to resources directory.
MIT License
Copyright (c) 2022 liudonghua
| Back | FazBrowse Home | New Git URL |