Install on openSUSE 12.1: no module named xml.sax
Posted: May 23rd, 2012, 3:53 am
Hello,
i installed SABnzbd on openSUSE 12.1. Everything are ok. But when i started sab i get this error:
i installed SABnzbd on openSUSE 12.1. Everything are ok. But when i started sab i get this error:
What is xml.sax?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