SABnzbd-0.4.5 install linux help

Get help with all aspects of SABnzbd
Forum rules
Help us help you:
  • Are you using the latest stable version of SABnzbd? Downloads page.
  • Tell us what system you run SABnzbd on.
  • Adhere to the forum rules.
  • Do you experience problems during downloading?
    Check your connection in Status and Interface settings window.
    Use Test Server in Config > Servers.
    We will probably ask you to do a test using only basic settings.
  • Do you experience problems during repair or unpacking?
    Enable +Debug logging in the Status and Interface settings window and share the relevant parts of the log here using [ code ] sections.
Post Reply
dkmxbe
Newbie
Newbie
Posts: 2
Joined: November 9th, 2008, 7:52 am

SABnzbd-0.4.5 install linux help

Post 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
User avatar
switch
Moderator
Moderator
Posts: 1380
Joined: January 17th, 2008, 3:55 pm
Location: UK

Re: SABnzbd-0.4.5 install linux help

Post 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
dkmxbe
Newbie
Newbie
Posts: 2
Joined: November 9th, 2008, 7:52 am

Re: SABnzbd-0.4.5 install linux help

Post by dkmxbe »

thanks, That was indeed the problem
Post Reply