Message from Windows: “This app cannot run on your PC
Contact the publisher of the software to find a version suitable for your PC”.
I have 64bit PC
64bit version of Python 3.12.5
Windows 11 Pro
Everything was fine for some months ago but when adjusting the app this week and try to generate exe I only get this message. I uninstalled pyhton and reinstalled.
py.exe gives me this: Python 3.12.5 (tags/v3.12.5:ff3bc82, Aug 6 2024, 20:45:27) [MSC v.1940 64 bit (AMD64)] on win32
Type “help”, “copyright”, “credits” or “license” for more information.
@Raglefant, additionally the py --list command might help you figure out what Python interpreters are detected (which would mean that they are correctly installed, and anything else might need to be removed or reinstalled, it is up to you). And here is the documentation for py the Python Launcher for Windows (the whole page might be a useful read for you anyway).