Page 1 of 1

Scripts: .py scripts not showing up after OS reinstall

Posted: August 11th, 2011, 1:06 pm
by runaround
So my OS drive on my Windows Home Server crashed and I'm in the process of re-configuring everything. I downloaded the windows binary for sab and have everything working but the scripts. I'm using the python version of SickBeard and the sabToSickBeard.py script is not showing up in sab. I know that it was working previously, and a friend of mine has his setup the same with and it is working. I know that the script folder is setup correctly as i create a test.bat and it shows up in sab. Any ideas?

Re: Scripts: .py scripts not showing up after OS reinstall

Posted: August 11th, 2011, 1:23 pm
by shypike
Check the environment variable PATHEXT, it should contain *.py as an extension.
If not, then probably your Python needs to be re-installed.