Run Command - Python error

Hi,
I am trying to run a Python script and using the instructions in this thread:

But I get an error:
Error: External program failed with exit code 2; path=C:\Python\python.exe; args=C:\Users...\script.py; workdir=
Source: action "Run program", table "Python Script"

Thank you.

Why do you think the problem is in EasyMorph? Does the Python script run successfully if you execute it from the command line in the same folder and under the same Windows account as the EasyMorph project?

Exit code 2 may mean “File not found” in Windows. Exit codes are not produced by EasyMorph, but by Windows or by applications that are executed.

Hi,
The Script runs without issues using same Windows account and same folders if I am not using EasyMorph (I.e. Using Sublime or Pycharm).

Please post a screenshot with the full action properties so that all paths are visible.

Hi @dgudkov,
I have like this but parameters are wrapped in quotes due to the spaces in a folder

Thank you very much.

In the meanwhile I made a couple of more tests and it worked by adding a “Working directory” and removing path from the Arguments:

image

1 Like