Search found 1 match
- March 3rd, 2009, 6:49 pm
- Forum: Third-party Addons
- Topic: XBMC SABnzbd+ Python Script
- Replies: 162
- Views: 414100
Re: XBMC SABnzbd+ Python Script
Hey. I had the same problem as you so I poked around for a bit (a good few hours tbh, I know bugger all python) and it turns out there was a problem with cookie_fetcher.py (int the 'nzb' subfolder of the plugin) Add this below 'import sys': import os import settings So you end up with : import sys i...