Upgrade Error
Posted: May 23rd, 2010, 12:41 pm
Have SABnzbd running on my QNAP SAN running fine for ages, decided today to upgrade to the latest version, copied the files over the top of the exisiting install as the readme tells you to, not when I start in my QNAP SABnzbd does not start, running "python sabnzbd.py" from command line I get the following errors.
Traceback (most recent call last):
File "sabnzbd.py", line 63, in
import sabnzbd
File "/share/MD0_DATA/.qpkg/SABnzbd+/sabnzbd/__init__.py", line 66, in
import sabnzbd.nzbqueue as nzbqueue
File "/share/MD0_DATA/.qpkg/SABnzbd+/sabnzbd/nzbqueue.py", line 37, in
import sabnzbd.assembler
File "/share/MD0_DATA/.qpkg/SABnzbd+/sabnzbd/assembler.py", line 40, in
import sabnzbd.postproc
File "/share/MD0_DATA/.qpkg/SABnzbd+/sabnzbd/postproc.py", line 41, in
import sabnzbd.emailer as emailer
File "/share/MD0_DATA/.qpkg/SABnzbd+/sabnzbd/emailer.py", line 212, in
from email.message import Message
ImportError: No module named message
If I run from a tempory location elsewhere on the SAN it seems to fire up no problem, but really need to get it running from the .qpkg install location as it was before, and therefore it will get started by the QNAP automitically as it did.
Any help on what the traceback means would be helpful.
Traceback (most recent call last):
File "sabnzbd.py", line 63, in
import sabnzbd
File "/share/MD0_DATA/.qpkg/SABnzbd+/sabnzbd/__init__.py", line 66, in
import sabnzbd.nzbqueue as nzbqueue
File "/share/MD0_DATA/.qpkg/SABnzbd+/sabnzbd/nzbqueue.py", line 37, in
import sabnzbd.assembler
File "/share/MD0_DATA/.qpkg/SABnzbd+/sabnzbd/assembler.py", line 40, in
import sabnzbd.postproc
File "/share/MD0_DATA/.qpkg/SABnzbd+/sabnzbd/postproc.py", line 41, in
import sabnzbd.emailer as emailer
File "/share/MD0_DATA/.qpkg/SABnzbd+/sabnzbd/emailer.py", line 212, in
from email.message import Message
ImportError: No module named message
If I run from a tempory location elsewhere on the SAN it seems to fire up no problem, but really need to get it running from the .qpkg install location as it was before, and therefore it will get started by the QNAP automitically as it did.
Any help on what the traceback means would be helpful.