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.
Exit(1) operable program or batch file.
Forum rules
Help us help you:
Help us help you:
- Are you using the latest stable version of SABnzbd? Downloads page.
- Tell us what system you run SABnzbd on.
- Adhere to the forum rules.
- Do you experience problems during downloading?
Check your connection in Status and Interface settings window.
Use Test Server in Config > Servers.
We will probably ask you to do a test using only basic settings. - Do you experience problems during repair or unpacking?
Enable +Debug logging in the Status and Interface settings window and share the relevant parts of the log here using [ code ] sections.
Re: Exit(1) operable program or batch file.
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
When you install ActiveState's Python (recommended), it will take care of this.
Check the environment variable PATHEXT, it should contain .PY and .PYW

