Install on openSUSE 12.1: no module named xml.sax

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
BeTZe
Newbie
Newbie
Posts: 14
Joined: June 25th, 2008, 3:39 am

Install on openSUSE 12.1: no module named xml.sax

Post by BeTZe »

Hello,
i installed SABnzbd on openSUSE 12.1. Everything are ok. But when i started sab i get this error:
Traceback (most recent call last):
File "SABnzbd.py", line 65, in <module>
import sabnzbd
File "/home/sabnzbd/sabnzbd/sabnzbd/__init__.py", line 65, in <module>
from sabnzbd.nzbqueue import NzbQueue
File "/home/sabnzbd/sabnzbd/sabnzbd/nzbqueue.py", line 29, in <module>
from sabnzbd.nzbstuff import NzbObject
File "/home/sabnzbd/sabnzbd/sabnzbd/nzbstuff.py", line 27, in <module>
import xml.sax
ImportError: No module named xml.sax
What is xml.sax?
User avatar
sander
Release Testers
Release Testers
Posts: 9062
Joined: January 22nd, 2008, 2:22 pm

Re: Install on openSUSE 12.1: no module named xml.sax

Post by sander »

BeTZe wrote: What is xml.sax?
See http://docs.python.org/library/xml.sax.html

You can find it via your package manager. On OpenSUSE the package might be called "python-xml"
Post Reply