Page 1 of 1

Install on openSUSE 12.1: no module named xml.sax

Posted: May 23rd, 2012, 3:53 am
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?

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

Posted: May 23rd, 2012, 4:04 am
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"