Updated to qwt-5.2.1 and PyQwt-5.2.1.
All went well.
PickerDemo ends with error when selecting.
TypeError: invalid result type from PickerMachine.transition()
The problem appears to lie in the following code.
if (PyObject_TypeCheck( PyList_GET_ITEM(sipPy, i), sipTypeAsPyTypeObject(sipType_QwtPickerMachine_Command))) return 0;
If this is commented out, transition runs ok. Effectively not checking.
Sorry - that previous code is in QList.sip
Log in to post a comment.
The problem appears to lie in the following code.
if (PyObject_TypeCheck(
PyList_GET_ITEM(sipPy, i),
sipTypeAsPyTypeObject(sipType_QwtPickerMachine_Command)))
return 0;
If this is commented out, transition runs ok. Effectively not checking.
Sorry - that previous code is in QList.sip