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