Re: [python-gtk] problem with multiple inheritance

2005-06-03 Thread Taki Jeden
Greg Ewing wrote: > Taki Jeden wrote: > >> class view_tree_model(gtk.GenericTreeModel,gtk.TreeSortable): >> >> raises a "TypeError: multiple bases have instance lay-out conflict" >> Is this a bug in gtk, or python-gtk, or something? > > It&#x

[python-gtk] problem with multiple inheritance

2005-06-02 Thread Taki Jeden
Hi I'm trying to install a certain python program which uses gtk, and the following line: class view_tree_model(gtk.GenericTreeModel,gtk.TreeSortable): raises a "TypeError: multiple bases have instance lay-out conflict" Is this a bug in gtk, or python-gtk, or something? I know of people who run