ZPatterns & Zope 2.4.0
Hi Steve, I've got an app using ZPatterns "ZPatterns-stevea-20010204" I'm currently getting a lots of barfage (see ps) when trying to upgrade to Zope 2.4.0. What should I do? cheers, Chris PS: 2001-07-27T14:05:58 ERROR(200) Zope Could not import Products.DataSkinAddons Traceback (innermost last): File /usr/local/zope/2.4.0_base/lib/python/OFS/Application.py, line 552, in import_product File /stuff/AlexCons/Products/DataSkinAddons/__init__.py, line 1, in ? File /stuff/AlexCons/Products/DataSkinAddons/CatalogTrigger.py, line 1, in ? File /stuff/AlexCons/Products/ZPatterns/__init__.py, line 1, in ? File /stuff/AlexCons/Products/ZPatterns/Rack.py, line 1, in ? File /stuff/AlexCons/Products/ZPatterns/DataManagers.py, line 6, in ? (Object: ComputedAttribute) File /stuff/AlexCons/Products/ZPatterns/AttributeProviders.py, line 8, in ? (Object: ComputedAttribute) File /stuff/AlexCons/Products/ZPatterns/Expressions.py, line 38, in ? (Object: ComputedAttribute) ImportError: cannot import name expr_globals 2001-07-27T14:06:00 ERROR(200) Zope Could not import Products.LoginManager Traceback (innermost last): File /usr/local/zope/2.4.0_base/lib/python/OFS/Application.py, line 552, in import_product File /stuff/AlexCons/Products/LoginManager/__init__.py, line 1, in ? File /stuff/AlexCons/Products/LoginManager/LoginManager.py, line 9, in ? (Object: MakePICBase) ImportError: cannot import name DataManager 2001-07-27T14:06:00 ERROR(200) Zope Could not import Products.Membership Traceback (innermost last): File /usr/local/zope/2.4.0_base/lib/python/OFS/Application.py, line 552, in import_product File /stuff/AlexCons/Products/Membership/__init__.py, line 3, in ? File /stuff/AlexCons/Products/Membership/PersistentUserSource.py, line 15, in ? File /stuff/AlexCons/Products/LoginManager/UserSources.py, line 6, in ? ImportError: cannot import name Rack
Chris Withers wrote:
Hi Steve,
I've got an app using ZPatterns "ZPatterns-stevea-20010204"
I'm currently getting a lots of barfage (see ps) when trying to upgrade to Zope 2.4.0. What should I do?
Either install the latest ZPatterns, then apply the patches I posted to the zpatterns list over the past couple of weeks, or, if you're feeling brave, install the TransactionAgents product, which includes ZedPatterns-0-4-3p2-transactionagents which works with Zope 2.4.0. -- Steve Alexander Software Engineer Cat-Box limited
Steve Alexander wrote:
the zpatterns list over the past couple of weeks, or, if you're feeling brave, install the TransactionAgents product, which includes ZedPatterns-0-4-3p2-transactionagents which works with Zope 2.4.0.
If I feel brave, but bad things happen, will you help me? ;-) I think this is only being used to backup LoginManager, but Erik Enge may be able to tell me otherwise... cheers, Chris
Chris Withers wrote:
If I feel brave, but bad things happen, will you help me? ;-)
You can buy me a pint when I visit in October.
I think this is only being used to backup LoginManager, but Erik Enge may be able to tell me otherwise...
Hmmm... I seem to recall that I patched LoginManager to work on 2.4. I can't exactly remember though. If you're not using ZPatterns features with this, you might be better off switching to something else, and using CookieCrumbler, or whatever. -- Steve Alexander Software Engineer Cat-Box limited
participants (2)
-
Chris Withers -
Steve Alexander