Hello, thanks for the link, followed all instructions you posted in the other thread, Python is installed with standard setup (the one provided for Windows in the official website, v3.12) and installed system-wide (i also tried installing it for the current domain user s_gruppocm, which is admin of the machine and the same user used to setup Rundeck), installed also pywinrm and all needed dependencies.
From cmd if i type the command: where python
the output is:
C:\Program Files\Python312\python.exe
Also Windows environment variable PATH is correct.
I created new project and setup (intepreter: python) and also created a new resources.xml.
But still getting error message: Failed: IOFailure: [WinRMPython] Cannot run program "python": CreateProcess error=2, The system cannot find the file specified
P.S.: if can be useful as information when i setup Rundeck for the first time some weeks ago it was working and i did some executions, then i changed etc\framework.properties file in this way:
and server\rundeck-config.properties in this way:
instead of localhost because i need that Rundeck address must be reached from other users in the same domain (opening the browser from their PC), instead of localhost (connecting in RDP to the machine where Rundeck is installed and run it using the address
http://localhost:4440)
From that time seems i started having the error on the executions.
Thanks.