[ZODB-Dev] [Standalone] ZODB with Python 2.2 classes?

Steve Alexander steve@cat-box.net
Mon, 11 Feb 2002 09:01:19 +0000


Mike C. Fletcher wrote:
> Attempting to create classes which inherit from both 
> Persistence.Persistent and object results in a:
> 
>     TypeError: metatype conflict among bases

You'll need to use the ZODB-related packages from Zope3 for that.

Take a look at the Zope3-dev list:

   http://lists.zope.org/mailman/listinfo/zope3-dev
   http://www.zope.org/Wikis/DevSite/Projects/ComponentArchitecture


I think you should be able to take the new Persistence and Transactions 
and ZODB packages from Zope 3, and put them in Zope 2 under Python 2.2.
I haven't tried, and it may not work.

--
Steve Alexander