On Sun, 30 Nov 2008 23:16:18 +0100, "Filip Gruszczyński" <[EMAIL PROTECTED]> wrote: > Right now, when a Python object subclasses QObject and then casts > Attribute error the message holds only the name of the attribute. This > is a bit inconvenient, because you have to either check all possible > classes from which that object was derived or put a print statement > and rerun the program. For pure Python object there is information > about the type of the object. Could the same be done for objects > subclassing QObject or is it deliberately done this way, because it > cannot be done otherwise?
It will be fixed in SIP v4.8. Thanks, Phil _______________________________________________ PyQt mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/pyqt
