Hello,
I'm running PySide 1.0.2 on Windows XP and seeing a lot of error messages
like:

    TypeError: 'dict' object is not callable
    TypeError: 'list' object is not callable

It appears these are exceptions being generated and ignored within PySide at
some point. If I catch them with a debugger, I see the exceptions occurring
at calls like QGraphicsWidget.setMinimumWidth() and
QGraphicsWidget.setGeometry().

I have not yet been able to reproduce the messages outside of my
application. Has anyone else seen something like this or have any clues?

Thanks,
Luke
_______________________________________________
PySide mailing list
[email protected]
http://lists.pyside.org/listinfo/pyside

Reply via email to