My investigations showed that there are at least 3 sources of such strange errors:
1. Invalid return types --> that should get explicitly checked for all methods (if not file a bug report) 2. Forgot to implement virtual method --> Can lead to weird bugs (not yet fixed): http://bugs.pyside.org/show_bug.cgi?id=889 3. Forgot to call all super-constructor via SuperClass.__init__(self, ...) --> Then part of the object is not implemented. (This is not straight forward to fix, need further investigation: no bug report yet) There might be a fourth source of problems. I know it's very hard to narrow such an error down. Regards Christian _______________________________________________ PySide mailing list [email protected] http://lists.pyside.org/listinfo/pyside
