I created the .exe file using Py2exe on Windows 10, but when I try to run it on a computer running Windows 7, it says that the os version is incorrect.
Can someone tell me how to fix this? (for example, using a different version of Python or Py2exe or setting a specific configuration inside setup.py)
source
share