Re: How to inherit from two classes without metaclass clashing ?

2009-02-22 Thread Michele Simionato
On Sun, Feb 22, 2009 at 2:29 PM, Barak, Ron wrote: > Hi Michele, > > I tried understanding how to avoid the metaclasses clashing, and I did read > the link you referred to below, > as well as the relevant O'Reilly cookbook chapter (Recipe 20.17. Solving > Metaclass Conflicts), but seems I do not u

How to inherit from two classes without metaclass clashing ?

2009-02-22 Thread Barak, Ron
Hi Michele, I tried understanding how to avoid the metaclasses clashing, and I did read the link you referred to below, as well as the relevant O'Reilly cookbook chapter (Recipe 20.17. Solving Metaclass Conflicts), but seems I do not understand the correct syntax to use, as I either get $ pyth