Page 1 of 1

SABnzbd-0.4.5 install linux help

Posted: November 9th, 2008, 7:54 am
by dkmxbe
Hi,

i updated from SABnzbd-0.4.3 to SABnzbd-0.4.5
so i installed pthon 2.5.2
i installed all modules needed

when i start, i get this:

Code: Select all

Traceback (most recent call last):
  File "SABnzbd.py", line 44, in ?
    import sabnzbd
  File "/home/dkmx/program/sabnzb/sabnzbd/__init__.py", line 38, in ?
    from sabnzbd.assembler import Assembler
  File "/home/dkmx/program/sabnzb/sabnzbd/assembler.py", line 31, in ?
    from sabnzbd.interface import CheckFreeSpace
  File "/home/dkmx/program/sabnzb/sabnzbd/interface.py", line 33, in ?
    from sabnzbd.utils.rsslib import RSS, Item, Namespace
ImportError: No module named utils.rsslib

Re: SABnzbd-0.4.5 install linux help

Posted: November 9th, 2008, 8:02 am
by switch
Try copying 0.4.5 again. In the zip there is a file called rsslib.py which should be present in:
\YOUR-SABNZBD-FOLDER\sabnzbd\utils\rsslib.py

Re: SABnzbd-0.4.5 install linux help

Posted: November 9th, 2008, 8:30 am
by dkmxbe
thanks, That was indeed the problem