Page 1 of 1

sabNZBd 0.6.8 cant select *.py script

Posted: September 22nd, 2011, 5:04 am
by mailgoe
hello,

my sabnzbd and the python script i found somewhere here worked quite fine for over a year. a few weeks ago I updated to sabnzbd 0.6.8
since then I can't select anymore my "prowl.py" script in the settings. It's just not available in the dropdown menu. the other script prowl.cmd in the same folder is without problems available. if I rename the *.py to sth other it's also available. what's wrong?

best regards

Re: sabNZBd 0.6.8 cant select *.py script

Posted: September 22nd, 2011, 6:15 am
by shypike
Check the system environment variable PATHEXT, it should contain ".PY;.PYW"
It looks like your Python interpreter wasn't correctly installed.
Are you using ActiveState Python (recommended), it will do this properly.

Re: sabNZBd 0.6.8 cant select *.py script

Posted: September 22nd, 2011, 6:56 am
by mailgoe
perfect! worked great, thx!

regards