Unable to run python script through Studio

Hi @rkche

To quickly check you can try running using start process as well. Pass the python.exe path and the argument as your .py file .

Also generally we see this when there are multiple instances of python that are available and the classpath in the environment variables is not updated

Cheers