I got this from Chris a couple of days ago. The patch works without a problem ... ----- Original Message ----- From: "Chris McDonough" <chrism@digicool.com> To: "Joachim Werner" <joe@iuveno-net.de> Sent: Saturday, July 21, 2001 10:22 PM Subject: Re: Core Session Tracking: Problems with 2.4 b3
Hi Joachim,
The "right" fix for this is this diff:
Index: SessioningInterfaces.py =================================================================== RCS file:
/cvs-repository/Packages/Products/CoreSessionTracking/SessioningInteraces.py
,v retrieving revision 1.4 diff -r1.4 SessioningInterfaces.py 101d100 < id = 'session_id_mgr'
In other words, just remove "id = 'session_id_manager'" from the SessionIdManagerInterface class. :-(
I'll be putting out a new CST release shortly.
- C
Joachim Werner wrote:
Hello Chris!
Is core session tracking supposed to run with Zope 2.4 b3? I get a
------ 2001-07-20T09:33:44 ERROR(200) Zope Couldn't install CoreSessionTracking Traceback (innermost last): File /home/customers/kue_13131/lib/python/OFS/Application.py, line
657, in
install_product (Object: ApplicationDefaultPermissions) (Info: CoreSessionTracking) File
/home/customers/kue_13131/lib/python/Products/CoreSessionTracking/__init__.p
y, line 97, in initialize File /home/customers/kue_13131/lib/python/App/ProductContext.py, line 233, in registerClass File /home/customers/kue_13131/lib/python/Interface/Util.py, line 66, in instancesOfObjectImplements (Object: SessionIdManager) File /home/customers/kue_13131/lib/python/Interface/Util.py, line 72, in _wi (Object: SessionIdManagerInterface) TypeError: loop over non-sequence
after installing it (Linux binary 2.4 b3).
Thanks in advance for having a look at this!
Cheers
Joachim Werner