[Zope] LoginManager and Zope 2.3

Austin Mayberry austin@tool.net
Mon, 08 Jan 2001 12:42:14 -0500


Has anyone tried get the LoginManager to work with Zope 2.3a1?  When I
try the LoginManager product is broken with error message:

LoginManager Import Traceback

Traceback (innermost last):
  File "/usr/lib/Zope-2.3.0a1-src/lib/python/OFS/Application.py", line
405, in import_products
    product=__import__(pname, global_dict, global_dict, silly)
  File
"/usr/lib/Zope-2.3.0a1-src/lib/python/Products/LoginManager/__init__.py",
line 1, in ?
    import LoginManager, LoginMethods, UserSources
  File
"/usr/lib/Zope-2.3.0a1-src/lib/python/Products/LoginManager/LoginManager.py",
line 114, in ?
    from AccessControl.User import _remote_user_mode, Super
ImportError: cannot import name Super


Thanks,
	Austin Mayberry