[PyQt] pyqtdeploy/nmake cannot find 'rcc.exe'
Timothy W. Grove
tim_grove at sil.org
Sat Dec 27 04:00:47 GMT 2014
Trying to deploy a python 3.4, PyQt5 application on Windows 7 using
pyqtdeploy. Code generation and qmake both appear to succeed, but nmake
cannot find 'rcc.exe' and fails with the details below. Looking through
my directories, 'PyQt5' doesn't have a 'bin' subdirectory, and 'rcc.exe'
doesn't appear to exist anywhere else on my machine. Any suggestions?
Thanks!
Best regards,
Tim Grove
Microsoft (R) Program Maintenance Utility Version 12.00.21005.1
Copyright (C) Microsoft Corporation. All rights reserved.
"C:\Program Files\Microsoft Visual Studio 12.0\VC\bin\nmake.exe" -f
Makefile.Release
Microsoft (R) Program Maintenance Utility Version 12.00.21005.1
Copyright (C) Microsoft Corporation. All rights reserved.
C:\Python34\Lib\site-packages\PyQt5\bin\rcc.exe -name pyqtdeploy
resources\pyqtdeploy.qrc -o release\qrc_pyqtdeploy.cpp
The system cannot find the path specified.
NMAKE : fatal error U1077:
'C:\Python34\Lib\site-packages\PyQt5\bin\rcc.exe' : return code '0x1'
Stop.
NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio
12.0\VC\bin\nmake.exe"' : return code '0x2'
Stop.
More information about the PyQt
mailing list