Page 1 of 1

Exit(1) operable program or batch file.

Posted: July 21st, 2013, 11:07 pm
by tomrip
Hello guys. i have sabnzb and sickbear installed on my server. I have python 2.7 installed and i have added it to advanced system settings like this PYTHONPATH C:\Python27;. Sickbeard sends show to be downloaded to sab, then after it downloads the file, i get error bellow for post processing. any suggestions wouldbe great. I am runnign windows 7 64 bit
Exit(1) operable program or batch file.

'python' is not recognized as an internal or external command,
operable program or batch file.

Hello guys. i have sabnzb and sickbear installed on my server.

Re: Exit(1) operable program or batch file.

Posted: July 28th, 2013, 4:05 am
by shypike
You should also tell Windows that .py is an executable extension.
When you install ActiveState's Python (recommended), it will take care of this.
Check the environment variable PATHEXT, it should contain .PY and .PYW