[Zope-dev] Core Session Tracking doesn't like Zope 2.4.0b2
Chris McDonough
chrism@digicool.com
Tue, 3 Jul 2001 11:34:11 -0400
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. :-(
The rest of the patches should be unnecessary.
I may change the Interfaces packagage to prevent this problem in the future
(but I may not).
I'll need to make a new CST release in either case.
- C
----- Original Message -----
From: "Chris Withers" <chrisw@nipltd.com>
To: <zope-dev@zope.org>
Sent: Tuesday, July 03, 2001 5:31 AM
Subject: [Zope-dev] Core Session Tracking doesn't like Zope 2.4.0b2
> I get this:
>
> 2001-07-03T09:17:00 ERROR(200) Zope Couldn't install CoreSessionTracking
> Traceback (innermost last):
> File E:\Zope\24C37D~1.0B2\lib\python\OFS\Application.py, line 657, in
install_
> product
> (Object: ApplicationDefaultPermissions)
> (Info: CoreSessionTracking)
> File E:\Zope\sdclient\Products\CoreSessionTracking\__init__.py, line 97,
in in
> itialize
> File E:\Zope\24C37D~1.0B2\lib\python\App\ProductContext.py, line 233, in
regis
> terClass
> File E:\Zope\24C37D~1.0B2\lib\python\Interface\Util.py, line 66, in
instancesO
> fObjectImplements
> (Object: SessionIdManager)
> File E:\Zope\24C37D~1.0B2\lib\python\Interface\Util.py, line 72, in _wi
> (Object: SessionIdManagerInterface)
> TypeError: loop over non-sequence
>
> Any ideas?
>
> Chris
>
> _______________________________________________
> Zope-Dev maillist - Zope-Dev@zope.org
> http://lists.zope.org/mailman/listinfo/zope-dev
> ** No cross posts or HTML encoding! **
> (Related lists -
> http://lists.zope.org/mailman/listinfo/zope-announce
> http://lists.zope.org/mailman/listinfo/zope )
>