I've got a case where I'd like to pass in a tuple to a function that accepts a QList. Unfortunately, PyQt4 assumes that it's getting a list, and will error out with an invalid type being passed in. Would it be possible to use PyObject_GetIter/PyIter_Next to walk over the items? _______________________________________________ PyQt mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/pyqt
- [PyQt] changing to qlist to use PyIter_Next instead of ass... Erick Tryzelaar
- Re: [PyQt] changing to qlist to use PyIter_Next inste... Phil Thompson
- Re: [PyQt] changing to qlist to use PyIter_Next i... Erick Tryzelaar
