Which version of SIP? I think this is fixed in SIP v4.10.

It in fact is, and upgrading from a 4.9 release candidate or some such helped. Thanks.


Unrelated...

There is a memory leak in your %ConvertToTypeCode as PySequence_GetItem()
returns a new reference to the item. However you should use the PyTuple
functions anyway (which don't return a new reference) because you are using
PyArg_ParseTuple() to do the conversion.


Thank you for pointing that out... my wrap-fu isn't to great ;)

diez
_______________________________________________
PyQt mailing list    [email protected]
http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Reply via email to