At 10:08 01/02/2006 -0300, Roberto Alsina wrote:

I haven't even got PyQt4 yet, but how about inheriting from a dictionary and a
QObject?

class myclass (QObject,dict):
        whatever


At 10:08 01/02/2006 -0300, you wrote:

I haven't even got PyQt4 yet, but how about inheriting from a dictionary and a
QObject?

class myclass (QObject,dict):
        whatever


I was getting this error:

"TypeError: error when calling the metaclass bases
multiple bases have instance lay-out conflict"

therefore I took the other approach.
_______________________________________________
PyKDE mailing list    [email protected]
http://mats.imk.fraunhofer.de/mailman/listinfo/pykde

Reply via email to