[Zope] LoginManager + Zope 2.4.0b2?
Jan-Frode Myklebust
janfrode@parallab.uib.no
Tue, 3 Jul 2001 11:41:38 +0200
Just a quick question.
Is the latest (0-8-8b1) LoginManager supposed to
work with Zope 2.4.0beta2? It fails for me, and I'm
getting this traceback:
Traceback (most recent call last):
File "/space/Zope/Zope-2.4.x/lib/python/OFS/Application.py", line 552, in import_product
product=__import__(pname, global_dict, global_dict, silly)
File "/space/Zope/Zope-2.4.x/lib/python/Products/LoginManager/__init__.py",
line 1, in ?
import LoginManager, LoginMethods, UserSources
File "/space/Zope/Zope-2.4.x/lib/python/Products/LoginManager/LoginManager.py", line 8, in ?
from Products.ZPatterns.Specialists import Specialist
File "/space/Zope/Zope-2.4.x/lib/python/Products/ZPatterns/__init__.py", line 1, in ?
import Rack, Specialists, Customizers, AttributeProviders, SheetProviders
File "/space/Zope/Zope-2.4.x/lib/python/Products/ZPatterns/Rack.py", line 1, in ?
from DataManagers import DataManager
File "/space/Zope/Zope-2.4.x/lib/python/Products/ZPatterns/DataManagers.py", line 6, in ?
from AttributeProviders import AttributeProvider
File "/space/Zope/Zope-2.4.x/lib/python/Products/ZPatterns/AttributeProviders.py", line 7, in ?
from Expressions import *
File "/space/Zope/Zope-2.4.x/lib/python/Products/ZPatterns/Expressions.py", line 38, in ?
from DocumentTemplate.DT_Util import Eval, expr_globals, TemplateDict, \
ImportError: cannot import name expr_globals
-jf