[Zope] zope and python 2.0?

Dieter Maurer dieter@handshake.de
Thu, 21 Jun 2001 20:52:22 +0200 (CEST)


Oleg Broytmann writes:
 > On Thu, 21 Jun 2001, Alexander Tuchacek wrote:
 > > does the actual zope version run with python 2.0?
 > 
 >    Yes, but not with 2.1.
I use it with Python 2.1.

I have only 2 problems:

  1.  I get deprecations warning (which I simply ignore,
      as "-Wi" does not work)

  2.  ZClasses are broken: Python's "cPickle.dump" complains
      about "__module__" being 'None'.


Dieter