Page 1 of 1

PyScripter and Windows 11 24H2

Published: March 21, 2025 - 11:29
by A. Charles
Hello,

I'm trying to upgrade a package with PyScripter and I keep getting the same error at startup:
"Unable to connect to the remote Python engine. The remote process console and debugger are not accessible."

I've tried all the available TIS packages for PyScripter, from 3 to 5, including 4. Always the same error.

I've uninstalled everything that might be related to Python. I've followed several other posts dealing with the same error. Nothing works. Yet the installation seems correct. I have all my Python paths from the standard PyScripter TIS package.
In my Python version list, I don't have any registered versions, just 3.8.20 unregistered. Am I supposed to have one to declare an interpreter?
Everything is in Win32.

Is there a known incompatibility with Windows 11 24H2?

Have a good day,

Re: Pyscripter and Windows 11 24H2

Published: March 28, 2025 - 11:45 AM
by dcardon
Hello a.charles,

Wapt version, server OS, client OS, etc. See forum rules.

Wapt 2.6 uses Python 3.9, so if it only finds Wapt 3.8, there's a problem. Is the machine definitely an Intel 64-bit, or is it an ARM64 machine?

The Wapt agent installs correctly on an ARM64 machine with the Prism emulator, but I don't know if the PyScripter part works correctly.

If you have problems with PyScripter, you can also try VS Code; it works too. Some people prefer one, others the other.

Best regards,

Denis