Is there any way to compile SIP so that it uses v2 of its API for things
like QString, QVariant, QDate, etc.?
I would rather not do:

import sip
sip.setapi('QString', 2)

at runtime because I can not always guarantee that PyQt4 hasn't been
imported before I am able to make the above call. Instead, I want to
forcibly set the API to v2 for our entire site-wide build of SIP. Any way to
do this?

Thanks
_______________________________________________
PyQt mailing list    PyQt@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Reply via email to