[PyQt] PyQt5 configure.py nitpick (5.2.1-snapshot-c8f5b569c377)

Phil Thompson phil at riverbankcomputing.com
Fri Feb 21 12:02:54 GMT 2014


On 18-02-2014 1:21 am, michael h wrote:
> Trying to configure the above snapshot:
>
> D:PyQt-gpl-5.2.1-snapshot-c8f5b569c377>d:python33python.exe
> configure.py
> Querying qmake about your Qt installation...
> Error: PyQt5 requires Qt v5.0 or later. You seem to be using v4.8.2.
> Use the --qmake flag to specify the correct version of qmake.
>
> D:PyQt-gpl-5.2.1-snapshot-c8f5b569c377>d:python33python.exe
> configure.py --qmake=c:QtQt5.2.15.2.1msvc2010binqmake.exe
> Usage: python configure.py [opts] [name=value] [name+=value]
>
> configure.py: error: no such option: --qmake
>
> ...
>
> It seems that the --qmake option is only added when "sys.platform !=
> win32:". I removed that check and it seemed to configure fine. Can
> either the option be added for windows or the message be altered so
> its not misleading on windows?

The latter.

Thanks,
Phil


More information about the PyQt mailing list