I created an exe file using PyInstaller and it works on my PC with Windows 8.1 and laptop with Windows 10, but on computers with Windows 7 it has error
"error loading python37 dll " and something about dynamic linked libraries.
EDIT: Error loading Python DLL 'C:\Users\Dell\Appdata\Local|Temp|_MEI16442\python37.dll'. LoadLibrary: Procedure of initialize dynamic linked library (DLL) failed. It is translated from Polish
Do you know maybe how can I fix it? I was reading about static linked dll but I dont know how to do it. I am working on Windows only, I dont know Linux/Mac.