Getting Error running python script

Hi all,

I keep getting this error when running a python script:
External program failed with exit code 112; path=C:\Windows\py.exe; args="ProjectPython.py"; workdir=C\Public Folders\Default\16.Porject Python X
Location: action "Run program", table "Imported table 1"

the python runs properly executed via command or simple using sublime, but always gets this error in EasyMorph Server.

Any ideas? Thank you in advance.

Hi @JoMar ,

Exit code 112 usually means "There is not enough space on the disk" (ERROR_DISK_FULL 112 (0x70)). Without more details about the script or the environment, it is hard to determine what exactly is happening.