Package: python-pyxmpp
Version: 1.0.0-1.1
Severity: grave
Justification: renders package unusable
Attempting to import the Stream class yields the following error:
Traceback (most recent call last):
File "server.py", line 4, in ?
from pyxmpp.stream import Stream
File "/var/lib/python-support/python2.4/pyxmpp/stream.py", line 29, in ?
from pyxmpp.streambase import StreamBase
File "/var/lib/python-support/python2.4/pyxmpp/streambase.py", line 47, in ?
from pyxmpp import resolver
File "/var/lib/python-support/python2.4/pyxmpp/resolver.py", line 30, in ?
import dns.resolver
ImportError: No module named dns.resolver
Installing the python-dnspython package solves the problem.
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]