[Python-modules-team] Bug#621134: ldaptor-webui: Startup crash when importing twisted.python.plugin
Daniel Gnoutcheff
daniel at gnoutcheff.name
Wed Apr 6 18:30:40 UTC 2011
Package: ldaptor-webui
Version: 0.0.43+debian1-3
Severity: grave
Justification: renders package unusable
Attempting to start ldaptor-webui gives this:
> gnoutchd at mo:~$ ldaptor-webui
> /usr/lib/python2.6/dist-packages/formless/annotate.py:730:
DeprecationWarning: object.__new__() takes no parameters
> rv = cls = InterfaceClass.__new__(cls, name, bases, dct)
> /usr/lib/python2.6/dist-packages/nevow/testutil.py:7: DeprecationWarning: The
popen2 module is deprecated. Use the subprocess module.
> from popen2 import Popen3
> /usr/lib/python2.6/dist-packages/nevow/guard.py:15: DeprecationWarning: the
md5 module is deprecated; use hashlib instead
> import md5
> /usr/lib/pymodules/python2.6/ldaptor/entry.py:1: DeprecationWarning: the sha
module is deprecated; use the hashlib module instead
> import sets, random, sha, base64
> /usr/lib/pymodules/python2.6/ldaptor/weave.py:2: UserWarning: compy.py module
is deprecated, use zope.interface and twisted.python.components.registerAdapter
directly.
> from nevow import tags, compy, inevow, flat
> Traceback (most recent call last):
> File "/usr/bin/ldaptor-webui", line 4, in <module>
> from ldaptor.apps.webui import main
> File "/usr/lib/pymodules/python2.6/ldaptor/apps/webui/main.py", line 6, in
<module>
> from ldaptor.apps.webui import gadget, defskin
> File "/usr/lib/pymodules/python2.6/ldaptor/apps/webui/gadget.py", line 3,
in <module>
> from ldaptor.apps.webui import login, search, edit, add, delete,
mass_change_password, change_password, move, iwebui
> File "/usr/lib/pymodules/python2.6/ldaptor/apps/webui/add.py", line 3, in
<module>
> from twisted.python import plugin
> ImportError: cannot import name plugin
> gnoutchd at mo:~$
The twisted.python.plugin module indeed does not appear to exist on this system
(as seen when attempting to import it in an interactive python session), and
according to http://twistedmatrix.com/trac/ticket/1911, it was depreciated and
removed some time ago.
-- System Information:
Debian Release: 6.0.1
APT prefers stable-updates
APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: i386 (i686)
Kernel: Linux 2.6.32-5-686 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages ldaptor-webui depends on:
ii python 2.6.6-3+squeeze6 interactive high-level object-orie
ii python-ldaptor 0.0.43+debian1-3 pure-Python library for LDAP opera
ii python-nevow 0.10.0-2 Web application templating system
ii python-openssl 0.10-1 Python wrapper around the OpenSSL
ii python-support 1.0.10 automated rebuilding support for P
ii python-webut 0.2 Miscellaneous utilities for nevow
ldaptor-webui recommends no packages.
ldaptor-webui suggests no packages.
-- no debconf information
More information about the Python-modules-team
mailing list