Ok, I am working on a Win 8 Box with the latest greatest VisualCron (we bought two copies yesterday). I am trying to start a python script
on cmd:
python script.py
works. The script prints "A", "B" and returns using sys.exit(0).
python.exe is in the path.
In visualcron i specify the absolute path to python (running a command). I have tried both python.exe script.py and python.exe with parameter script.py. No difference.
In all cases I get that python returns a non-zero exit code 77777. No letters are written what's so ever.
Can you please comment what's going on or what steps I should do to debug this?
Kind regards
Thomas
Edited by moderator
2014-02-19T14:48:58Z
|
Reason: Not specified