I'm running PyScripter 3.6.3.0 x64 on Windows 10.
Works fine with Python 3.8.3 (tags/v3.8.3:6f8c832, May 13 2020, 22:37:02) [MSC v.1924 64 bit (AMD64)] on win32
However, after installing Python 3.9.0 (tags/v3.9.0:9cf6752, Oct 5 2020, 15:34:40) [MSC v.1927 64 bit (AMD64)] on win32
PyScripter doesn't pick up the new version automatically, and if I try to add it manually I get ...
PyScripter could not find a usable Python installation at the specified path.
Note that the 64-bit version of PyScripter (x64) works only on 64-bit Windows **and**
with 64-bit versions of Python. The 32-bit version of PyScripter works on both
32-bit and 64-bit Windows with 32-bit versions of Python.
3.8 and 3.9 are installed using the same options during setup.
Any ideas most welcome.