Python Forum

Full Version: Executable file compiled by PyInstaller does not work on Windows 7
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How to build Executable (.exe) file from Python for all Versions of Windows (Seven,8,10,11)
i used PyInstaller in windows 10 ,but the Executable file compiled by PyInstaller does not work on Windows 7
Use an older Python version. I think since Python 3.9 the Windows 7 support has been removed, but I cannot find the source.

Another possible solution could be to use this project to get a working Python 3.9+ installation. If your Code also runs on an older version, then just use an older Python version.

Windows 7 is EOL and should not be used, if this computer has an internet connection. I know the problems with ancient software. I was enforced to install in a VM Windows XP to get an ancient version of Eagle running.