Error while Running a post proc script
Posted: December 8th, 2012, 7:40 pm
Hi all,
Trying to use a script that will automatically update my xbmc library when a movie downloaded is finished, but getting an error. On Win 7 with Python 27 installed.
The error is "'python' is not recognized as an internal or external command, operable program or batch file."
Here is a copy of the script:
#!/usr/bin/python
import urllib
urllib.urlopen("http://localhost:8082/xbmcCmds/xbmcHttp ... o)").close()
I added the python path variable in windows. I'm using the sabtosickbeard.exe script for TV shows and that works fine, not sure why there is an error with this one. Thanks.
Trying to use a script that will automatically update my xbmc library when a movie downloaded is finished, but getting an error. On Win 7 with Python 27 installed.
The error is "'python' is not recognized as an internal or external command, operable program or batch file."
Here is a copy of the script:
#!/usr/bin/python
import urllib
urllib.urlopen("http://localhost:8082/xbmcCmds/xbmcHttp ... o)").close()
I added the python path variable in windows. I'm using the sabtosickbeard.exe script for TV shows and that works fine, not sure why there is an error with this one. Thanks.