Форум сайта python.su
Здравствуйте, помогите пожалуйста разобраться с установкой PyQT.
Поставил:
Python v3.5.1
SIP v4.17
QT v5.5
Пытаюсь поставить PyQT v5.5.1, во время выполнения python configure.py -w вижу следующее:
C:\Python35-32\Lib\site-packages\PyQt5\qmake.exe -spec win32-msvc2015 -o qtdetail.mk qtdetail.pro
nmake -f qtdetail.mk release
Microsoft (R) Program Maintenance Utility Version 12.00.21005.1
Copyright (C) Microsoft Corporation. All rights reserved.
“C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\BIN\nmake.exe” -f qtdetail.mk.Release
Microsoft (R) Program Maintenance Utility Version 12.00.21005.1
Copyright (C) Microsoft Corporation. All rights reserved.
cl -c -nologo -Zc:wchar_t -FS -Zc:strictStrings -Zc:throwingNew -O2 -MD -GR -W3 -w34100 -w34189 -w44996 -w44456 -w44457 -w44458 -wd4577 -EHsc -DUNICODE -DWIN32 -DQT_NO_DEBUG -DQT_CORE_LIB -DNDEBUG -I. -I..\Python35-32\Lib\site-packages\PyQt5\include -IC: /Python35-32/Lib/site-packages/PyQt5/include/QtCore -Irelease -I..\Python35-32\Lib\site-packages\PyQt5\mkspecs\win32-msvc2015 -Forelease\ @C:\Users\Laptop\AppData\Local\Temp\nmCF0E.tmp
cl : Command line warning D9002 : ignoring unknown option ‘-Zc:throwingNew’
qtdetail.cpp
.\qtdetail.cpp(1) : fatal error C1083: Cannot open include file: ‘QCoreApplication’: No such file or directory
NMAKE : fatal error U1077: ‘“C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\BIN\cl.EXE”’ : return code ‘0x2’
Stop.
NMAKE : fatal error U1077: ‘“C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\BIN\nmake.exe”’ : return code ‘0x2’
Stop.
Error: Failed to determine the detail of your Qt installation. Try again using
the –verbose flag to see more detail about the problem.
Отредактировано Yuriy_111 (Фев. 11, 2016 23:27:07)
Офлайн