I want to use the PyQt5
in Windows, I was searching and found a .zip file from the official PyQt page, which tells me how to install the file configure.py in Windows, but when executing the file I get the following error:
Error: Use the - qmake argument to explicitly specify a working Qt qmake.
Here is a capture to visualize it better:
This same file I opened with the PyCharm editor and I get the same error:
What can I do to be able to execute it well? My version of Python is 2.7 and so I investigated, Python 2.7 if it is compatible with PyQt5, but I do not know why I get this error.
Thank you in advance for your attention and your help I would be very helpful, worth the redundancy.