When a file is downloaded (with SAB) the files gets extracted. When this is done the script (SabToSickBeard.py) is called and then I get an error.
The error I got is:
Code: Select all
Can't import autoProcessTV.py, make sure it's in the same folder as /share/Download/script/sabToSickBeard.pyCode: Select all
Traceback (most recent call last):
File "/share/Download/script/sabToSickBeard.py", line 23, in <module>
import autoProcessTV
File "/share/CACHEDEV1_DATA/Download/script/autoProcessTV.py", line 23, in <module>
import ConfigParser
ImportError: No module named ConfigParserMy autoProcessTV.cfg file looks like this:
Code: Select all
# Sick Beard autoProcessTV configuration file
# Used in combination with scripts like sabToSickBeard that call autoProcessTV
#
# Rename (or copy) autoProcessTV.cfg.sample to autoProcessTV.cfg
# Change the host, port, username, and password values
# to the appropriate settings for your Sick Beard server.
#
# Example: Sick Beard can be accessed on http://localhost:8081
# without username/password
#
# host= # Sick Beard host (localhost or IP address)
# port= # Sick Beard port
# username= # Credentials for logging into Sick Beard
# password= # Credentials for logging into Sick Beard (don't use special characters)
# web_root= # Sick Beard web_root
# ssl=0 # http (ssl=0) (for https use ssl=1)
[SickBeard]
host=0.0.0.0
port=7071
username=admin
password=*****
web_root=/
ssl=0can someone please give me a hint or a clue where or what the problem can be?
//W

