[PyQt] configure PyQt with anaconda

Phil Thompson phil at riverbankcomputing.com
Thu Jan 7 08:07:25 GMT 2016


> On 7 Jan 2016, at 5:39 am, scott zimmerman <scottz1 at hotmail.com> wrote:
> 
> I'm using the latest Anaconda on Windows. It comes with Python 3.5, Qt 4.8.7, and PyQt 4.11.
> I installed Qt 5.5 manually, and set the path variable to include the Qt 5.5 qmake folder.
> I run "python configure.py" and get the error: PyQt5 requires Qt v5.0.
> Any advice how can I setup PyQt to use the v5.5 I installed separate from Anaconda?

Use the --qmake option to configure.py to point to the Qt5 version of qmake.

Phil



More information about the PyQt mailing list