Package: python-twisted-words
Version: 0.4.0-2.1
Severity: important
When importing certain modules, twisted-words requires OpenSSL:
>>> from twisted.words.protocols.jabber import jid, component
Traceback (most recent call last):
File "<stdin>", line 1, in ?
File
"/usr/lib/python2.4/site-packages/twisted/words/protocols/jabber/component.py",
line 10, in ?
from twisted.words.protocols.jabber import jstrports, xmlstream
File
"/usr/lib/python2.4/site-packages/twisted/words/protocols/jabber/xmlstream.py",
line 13, in ?
from OpenSSL import SSL
ImportError: No module named OpenSSL
After installing python-pyopenssl, the import works:
>>> from twisted.words.protocols.jabber import jid, component
>>>
-- System Information:
Debian Release: 4.0
APT prefers stable
APT policy: (500, 'stable')
Architecture: amd64 (x86_64)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-4-amd64
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Versions of packages python-twisted-words depends on:
ii python 2.4.4-2 An interactive high-level object-o
ii python-central 0.5.12 register and build utility for Pyt
ii python-glade-1.2 0.6.12-8 Put a bit of python code behind in
ii python-gtk-1.2 0.6.12-8 GTK support module for Python
ii python-twisted-core 2.4.0-3 Event-based framework for internet
python-twisted-words recommends no packages.
-- no debconf information
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]