[Zope] zope + python 2.0
Dieter Maurer
dieter@handshake.de
Thu, 5 Jul 2001 19:02:20 +0200 (CEST)
seb bacon writes:
> I just run
>
> python2.0 wo_pgci.py
>
> from my Zope root, and it does all the right stuff for me.
>
> > either simply install zope from source using python 2.1
> > (you should use 2.1 instead of 2.0)
> > or take the 2.4 alpha versions of zope.
>
> I thought 2.1 broke stuff like the Catalog?
Apparently, it breaks ZClasses.
Python 2.1's cPickle hates classes with a "__module__" attribute
set to "None". Zope 2.3 ZClasses create such classes.
Dieter