Unable to start 0.4.3
Posted: September 9th, 2008, 3:52 am
I have SABnzbd+ installed on my QNAP TS409-pro thanks to a great QPKG of 0.4.2, but when I applied their update to 0.4.3 it no longer starts. Now I appreciate that they created the upgrade so I should be asking them, but I have done that and have had no response. Hence asking here in case it's something simple. When starting it from the console I get:
Any ideas on what's going wrong?
Code: Select all
Starting SABnzbd+...
Starting SABnzbd+ daemon...
Traceback (most recent call last):
File "/usr/bin/SABnzbd.py", line 43, in <module>
import sabnzbd
File "/share/MD0_DATA/.qpkg/SABnzbd+/sabnzbd/__init__.py", line 17, in <module>
from sabnzbd.version import __version__, __baseline__
File "/share/MD0_DATA/.qpkg/SABnzbd+/sabnzbd/sabnzbd/__init__.py", line 38, in <module>
from sabnzbd.assembler import Assembler
File "/share/MD0_DATA/.qpkg/SABnzbd+/sabnzbd/assembler.py", line 30, in <module>
from sabnzbd.interface import CheckFreeSpace
File "/share/MD0_DATA/.qpkg/SABnzbd+/sabnzbd/sabnzbd/interface.py", line 46, in <module>
from sabnzbd.email import email_send
File "/share/MD0_DATA/.qpkg/SABnzbd+/sabnzbd/email.py", line 38, in <module>
from sabnzbd.misc import to_units, from_units, SplitHost
File "/share/MD0_DATA/.qpkg/SABnzbd+/sabnzbd/sabnzbd/misc.py", line 49, in <module>
from sabnzbd.utils.rarfile import is_rarfile, RarFile
ImportError: No module named rarfile