My project has many class using multiple inheritance to reuse some code, like thses:
Class FooDialog(QDialog, MixinBase): ..... I find when the MixinBase defined without object as its parent, the program often crash. Class MixinBase: pass But when make it from object, the problem goes awary. Class MixinBase(object): pass I dont know the difference between the two class, and not sure is this a PySide bug. Because this is only occasional, I can‘t write some code to display it, just post the issue here.
_______________________________________________ PySide mailing list PySide@lists.openbossa.org http://lists.openbossa.org/listinfo/pyside