Phil Thompson <phil at riverbankcomputing.co.uk> wrote: > How? Qt doesn't provide the type information that would be needed to do > this. Can't you pretend all those virtual functions are pure, so that they're invoked virtually? At least the iterator will work correctly, even if Python doesn't know its real type. -- Giovanni Bajo