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?