[PyQt] pyqtdeploy - error on make - no 'io.h' or 'stdio.h'
Phil Thompson
phil at riverbankcomputing.com
Sun Jan 4 22:17:14 GMT 2015
On 04/01/2015 6:13 pm, Timothy W. Grove wrote:
> I'm attempting to use pyqtdeploy to deploy a PyQt5.4, Python 3.4.2
> application on a 32-bit Windows 7 machine. Code generation succeeds as
> does qmake, but when running 'nmake' or 'jom' for the final make step
> I get an error and output which I've added below. Make seems to be
> looking for 'io.h' and 'stdio.h' which I don't believe exist on my
> machine. Has anyone else come across this problem. or even better,
> know of a solution? Thanks for your help.
They are part of your MSVC installation. Make sure that is set up
properly (ie. all the environment variables are set).
Phil
More information about the PyQt
mailing list