Is it possible to run a Python script in an ITPAM Run Script Operator?
Process Automation (ITPAM) 4.x
ITPAM Run Script Operators only support the following script types: .bat .cmd .js .vbs .wsh .ps1
Python scripts are not currently supported explicitly. The Python script will need to be wrapped in a .bat file for Windows or .sh for Linux.
Please refer to the documentation for the Run Script operator