Trouble setting up SABnzbd on openSUSE 12.3
Posted: April 27th, 2013, 3:29 pm
Version: (Ex: 0.7.11)
OS: openSUSE 12.3
Install-type: Linux repository
Skin (if applicable): N/A
Firewall Software: OpenSUSE firewall
Are you using IPV6? (yes/no - most likely no) No
Is the issue reproducible? Yes
I searched for SABnzbd in software.opensuse.org and used the 1-click install to set it up:
S | Name | Type | Version | Arch | Repository
--+---------+---------+-------------+--------+-----------------
i | SABnzbd | package | 0.7.11-15.2 | noarch | home:bmanojlovic
From looking over an older tutorial, I'm apparently supposed to run SABnzbd.py that is located in the install directory. When I try to run it, I get this error message:
Traceback (most recent call last):
File "/usr/share/SABnzbd/SABnzbd.py", line 66, in <module>
import sabnzbd
File "/usr/share/SABnzbd/sabnzbd/__init__.py", line 72, in <module>
from sabnzbd.nzbqueue import NzbQueue
File "/usr/share/SABnzbd/sabnzbd/nzbqueue.py", line 28, 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 45, in <module>
import sabnzbd.growler as growler
File "/usr/share/SABnzbd/sabnzbd/growler.py", line 33, in <module>
from gntp import GNTPRegister
ImportError: cannot import name GNTPRegister
This happens whether I try to run it as a regular user or root.
OS: openSUSE 12.3
Install-type: Linux repository
Skin (if applicable): N/A
Firewall Software: OpenSUSE firewall
Are you using IPV6? (yes/no - most likely no) No
Is the issue reproducible? Yes
I searched for SABnzbd in software.opensuse.org and used the 1-click install to set it up:
S | Name | Type | Version | Arch | Repository
--+---------+---------+-------------+--------+-----------------
i | SABnzbd | package | 0.7.11-15.2 | noarch | home:bmanojlovic
From looking over an older tutorial, I'm apparently supposed to run SABnzbd.py that is located in the install directory. When I try to run it, I get this error message:
Traceback (most recent call last):
File "/usr/share/SABnzbd/SABnzbd.py", line 66, in <module>
import sabnzbd
File "/usr/share/SABnzbd/sabnzbd/__init__.py", line 72, in <module>
from sabnzbd.nzbqueue import NzbQueue
File "/usr/share/SABnzbd/sabnzbd/nzbqueue.py", line 28, 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 45, in <module>
import sabnzbd.growler as growler
File "/usr/share/SABnzbd/sabnzbd/growler.py", line 33, in <module>
from gntp import GNTPRegister
ImportError: cannot import name GNTPRegister
This happens whether I try to run it as a regular user or root.