Comment 3 for bug 89158

Revision history for this message
Kapis (capiscuas) wrote :

The reason is that components.interface is depecrated, as replacement you must use zope.interface.Interface (sudo apt-get install python-zope-interface

Here is a solution (the ldaptor team should change this in their code)
Replace components.interface to zope.interface in this files:

/site-packages/ldaptor/interfaces.py
/site-packages/ldaptor/apps/webui/search.py
/site-packages/ldaptor/apps/webui/iwebui.py