How can i make an executable file from Python project written on Windows 11 to run on Windows 7?

104 views Asked by At

I just have build a PyQt5 project for desktop usage and i want this to run on Windows 7. Using PyInstaller i managed to generate the .exe file and run it on Windows 10 and Windows 11 successfully but it doesnt run on Windows 7.

I want to run the .exe without installing python on the Windows 7 pc if it isn`t necessary. Any ideas?

0

There are 0 answers