[PyQt] pyqtdeploy/nmake cannot find 'rcc.exe'

Phil Thompson phil at riverbankcomputing.com
Sat Dec 27 12:09:22 GMT 2014


On 27/12/2014 4:00 am, Timothy W. Grove wrote:
> 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!

rcc is part of Qt, not PyQt. If you are using the standard PyQt Windows 
installer, it is not designed to be the basis of a pyqtdeploy 
deployment.

Phil


More information about the PyQt mailing list