[PyQt] Empty bindings...what am I doing wrong?

Phil Thompson phil at riverbankcomputing.com
Tue Feb 21 22:32:29 GMT 2017


On 21 Feb 2017, at 8:25 pm, Shaheed Haque <srhaque at theiet.org> wrote:
> 
> Phil,
> 
> Following up, my problems were down to a simple issue of the directory
> structure/incorrect placement of the __init__.py files.
> 
> But on the subject of Python3, I could not find anything explicit on
> how to control the Python version. I see there is a "-x Py_v3" which I
> get from doing a "from PyQt5.QtCore import PYQT_CONFIGURATION". So, is
> the idea that I pick the right copy of PyQt5, and the correct SIP
> flags will be set, or is there more to it?

Not really. The "-x Py_v3" will only be there for Python v2.

Phil


More information about the PyQt mailing list