Hello,
I'm using successfully PyScripter 3.6.4.0 x86 with the distribution of Python 2.7 installed by ArcMap. I need to work also with Python 3. So I installed Python 3.12 64 bit from
python.orgUnfortunately PyScripter was non able to detect Python 3.12 after its installation: as I try to add it manually by selecting the folder where Python 3 was installed, I got the error messa "PyScripter could not find a usable Python installation at the specified path ...".
The folder of Python 3 contains the dll Python312.dll
The installation was made with the option "for all user" and I have not added python to environment variables. The installation folder is "C:\Program Files\Python312
The system has for Python 3.12 the registry key [HKEY_LOCAL_MACHINE\Software\Python\PythonCore\3.12\InstallPath] and for Python 2.7 the registry key [HKEY_LOCAL_MACHINE\Software\WOW6432Node\Python\PythonCore\2.7\InstallPath]
I have to maintain Python27 to run existing python scripts, but I need also to develop new scripts that requires Python 3.
Please, could you suggest a solution to fix this trouble ?
Thanks a lot