PyInstaller doesn't support Windows 7 anymore. However, the issue is probably due the fact that the Python DLL is incompatible with Windows 7.
PyInstaller runs in Windows 8 or newer.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hello. I'm not good at English and python, so please understand.
I created python .exe file with pyinstaller. My PC is Windows 10 and IDE is visual studio code.
I used python module 'pymssql' to connect Microsort SQL Server.
I wanted to share this .exe file but the file not work at Windows 7.
I checked the file work well at PC with Windows 10.
I think the problem is related to the Windows version and 'dll' but I don't know about 'dll'
How can I share this .exe file to Windows 7? Is pyinstaller impossible at Windows 7?
PyInstaller doesn't support Windows 7 anymore. However, the issue is probably due the fact that the Python DLL is incompatible with Windows 7.
PyInstaller runs in Windows 8 or newer.