Core Session Tracking not install on 2.4
Hello, I try to install Core Session Tracking (CoreSessionTracking0-8.tar.gz) on Zope 2.4.0. It say: 2001-07-24T17:01:13 ERROR(200) Zope Couldn't install CoreSessionTracking Traceback (innermost last): File /usr/local/www/Zope/lib/python/OFS/Application.py, line 657, in install_product (Object: ApplicationDefaultPermissions) (Info: CoreSessionTracking) File /usr/local/www/Zope/lib/python/Products/CoreSessionTracking/__init__.py, line 97, in initialize File /usr/local/www/Zope/lib/python/App/ProductContext.py, line 233, in registerClass File /usr/local/www/Zope/lib/python/Interface/Util.py, line 66, in instancesOfObjectImplements (Object: SessionIdManager) File /usr/local/www/Zope/lib/python/Interface/Util.py, line 72, in _wi (Object: SessionIdManagerInterface) TypeError: loop over non-sequence Any Ideas? Giovanni Coi _________________________________________________________ Prometeo srl - The Software Experience Coi Giovanni Voice : +39 (041)5701366 Via Giudecca 15 Fax : +39 (041)5701005 30035 MIRANO (VE) - ITALY e-mail: coi@prometeo.it http://www.prometeo.it
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
participants (2)
-
Coi Giovanni -
Joachim Werner