[Zope-dev] Dataskin Zclass + Folder subclassing problem

Jean Lagarde jean.lagarde@eer-rc.com
Fri, 30 Nov 2001 09:42:25 -0800


It's Steves to the rescue today!

Using the order (DataSkin, Folder, ZClass1) seems to have done the
trick! Thanks!

I would have thought about subclassing DataSkin again, eventually ;-) I
had tried to inherit from (Folder, ZClass1) rather than (ZClass1,
Folder), but that order was giving me a _v_dm_ key error; that should
have clued me into the right direction.

Jean

> From: Steve Alexander [mailto:steve@cat-box.net] 
> Sent: Friday, November 30, 2001 09:10
> 
> Jean Lagarde wrote:
> 
> > Thanks Steve,
> > 
> > No doubt that is probably what is happening. Sadly, I need 
> ZClass1 to 
> > be a dataskin.
> 
> 
> Make both ZClass1 and ZClass2 derive from Dataskin before 
> anything else.
> 
> It will do no harm that DataSkin is derived from twice in one class.
> 
> --
> Steve Alexander
>