Hi,

I have a lot of C++ database records where the data of the records can be accessed through an operator-> I want to access the data of the record from python. Apparently SIP doesn't support operator->. I have looked at using __getattr__ to get information from the records, which could make it work.
What is the best way to implement the operator->

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

Reply via email to