[Zope-CMF] Re: Content types based on Python objects

2007-11-28 Thread Philipp von Weitershausen
Charlie Clark wrote: 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 Gr

Re: [Zope-CMF] Content types based on Python objects

2007-11-28 Thread Charlie Clark
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, PortalC

[Zope-CMF] Content types based on Python objects

2007-11-28 Thread Charlie Clark
Hi, I'm working on a new content type for working with tables. The object is based on the Python dictionary class with __getitem__, __setitem__ and __delitem__ overwritten to allow access to individual cells allowing for very compact and convenient access to individual cells. Great, I tho

[Zope-CMF] CMF Tests: 11 OK

2007-11-28 Thread CMF Tests Summarizer
Summary of messages to the cmf-tests list. Period Tue Nov 27 13:00:00 2007 UTC to Wed Nov 28 13:00:00 2007 UTC. There were 11 messages: 11 from CMF Unit Tests. Tests passed OK --- Subject: OK : CMF-1.5 Zope-2.7 Python-2.3.6 : Linux From: CMF Unit Tests Date: Tue Nov 27 21:26:20 EST 2