Tried to upgrade to 0.6.9 getting error
Posted: Sun Sep 25, 2011 6:52 pm
I searched the forums and didn't see anything remotely like this. I upgraded per wiki instructions and then got the following error.
Does anyone have any ideas?
Code: Select all
Starting sabnzbd: Traceback (most recent call last):
File "/usr/share/sabnzbd/SABnzbd.py", line 65, in <module>
import sabnzbd
File "/usr/share/sabnzbd/sabnzbd/__init__.py", line 65, in <module>
from sabnzbd.nzbqueue import NzbQueue
File "/usr/share/sabnzbd/sabnzbd/nzbqueue.py", line 29, in <module>
from sabnzbd.nzbstuff import NzbObject
File "/usr/share/sabnzbd/sabnzbd/nzbstuff.py", line 40, in <module>
from sabnzbd.misc import to_units, cat_to_opts, cat_convert, sanitize_foldername, \
File "/usr/share/sabnzbd/sabnzbd/misc.py", line 39, in <module>
from sabnzbd.encoding import unicoder, latin1
ImportError: No module named encoding
[FAILED]