Hi, I came up with something, well, weird... It is possible in Python to inherit from two GObject classes, but I can not inherit from one GObject class and a GInterface. This might sound strange, but I have created some callback functions ala GtkGenericTreeModel and I would like my Python classes to support it. But instead I get this message:
TypeError: multiple bases have instance lay-out conflict Both the class and the interface are represented as PyGObjects right? Can someone give me a hint? Thanks in advance, Arjan _______________________________________________ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
