PyQt has two different API’s: the old and the new.
By default you get the old API with Python 2 and the new API with Python 3.
Is it possible to enable the new PyQt API with Python 2? How?
PyQt has two different API’s: the old and the new. By default you get
Share
Perhaps you could try using
sip.setapi. A simple example from the docs:And a list of the supported APIs: