[PyQt] Install the PyQt5 on Windows XP?

levinie levinie at qq.com
Fri Jul 19 04:23:29 BST 2013


I run this:python configure.py --verbose -w
output:
C:\Qt\5.1.0\mingw48_32\bin\qmake.exe -spec win32-msvc2008 -o qtdetail.mk qtdetail.pro
nmake -f qtdetail.mk release


It failed. I use mingw, so it should be "mingw32-make -f qtdirs.mk release" not "nmake -f qtdetail.mk release"


Who knows the solution? Maybe it run on nmake because of "--spec win32-msvc2008". If i want to use mingw32-make, which --spec i should specify?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.riverbankcomputing.com/pipermail/pyqt/attachments/20130719/5373c1de/attachment.html>


More information about the PyQt mailing list