Am 28.11.2007 um 14:03 schrieb Charlie Clark:

class Grid(dict, PortalContent)
...

TypeError: Error when calling the metaclass bases multiple bases have instance lay-out conflict


Looks like using the old favourite UserDict solve the incompatability problem.

class Grid(UserDict, PortalContent):
...

Charlie
--
Charlie Clark
Helmholtzstr. 20
Düsseldorf
D- 40215
Tel: +49-211-938-5360
GSM: +49-178-782-6226



_______________________________________________
Zope-CMF maillist  -  Zope-CMF@lists.zope.org
http://mail.zope.org/mailman/listinfo/zope-cmf

See http://collector.zope.org/CMF for bug reports and feature requests

Reply via email to