LoginManager + Zope 2.4.0b2?
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
On Tue, Jul 03, 2001 at 11:41:38AM +0200, Jan-Frode Myklebust wrote:
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:
FYI: I just upgraded to the latest ZPatterns, removed 'expr_globals,' from the last line of ZPatterns/Expressions.py and added a dummy access-file to my Zope-homedirectory. Now LoginManager seems to be working with Zope 2.4.0b3. -jf (leaving for vacation in like 5 minutes :)
participants (1)
-
Jan-Frode Myklebust