Install on openSUSE 12.1: no module named xml.sax

Get help with all aspects of SABnzbd

Install on openSUSE 12.1: no module named xml.sax

Postby BeTZe » May 23rd, 2012, 4:53 am

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

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

Postby sander » May 23rd, 2012, 5:04 am

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"
User avatar
sander
Release Testers
Release Testers
 
Posts: 3556
Joined: January 22nd, 2008, 3:22 pm


Return to General Help