dataflake.org

Home Documentation Software Old Stuff

LDAPMultiPlugin.py import error (Resolved)

Request LDAP User Folder -- bug report -- by Danny Bloemendaal
Posted on Nov 1, 2006 7:31 am
Subscribe

Enter your email address to receive mail on every change to this issue.

Entries (Latest first)


  Resolve by Jens Vagelpohl on Nov 1, 2006 2:51 pm
  Thanks Danny, this is now fixed in Subversion and will be part of the 1.5-beta release.
 

  Initial Request by Danny Bloemendaal on Nov 1, 2006 7:31 am
  In combi with the latest version of PluggibleAuthService:

Traceback (most recent call last):
File "/Users/dannyb/Zope295/lib/python/OFS/Application.py", line 708, in import_product
product=__import__(pname, global_dict, global_dict, silly)
File "/Users/dannyb/Zope295/lib/python/Products/LDAPMultiPlugins/__init__.py", line 16, in ?
from LDAPMultiPlugin import LDAPMultiPlugin, \
File "/Users/dannyb/Zope295/lib/python/Products/LDAPMultiPlugins/LDAPMultiPlugin.py", line 33, in ?
from Products.PluggableAuthService.utils import implementedBy
ImportError: cannot import name implementedBy

That stuff is removed from Plu.A.S.