[PyQt] Windows Install Issue

Matthew Ngaha chigga101 at gmail.com
Sat Jan 11 20:07:35 GMT 2014


Hi I'm trying to install pyqt5.2 for Windows Vista (Python3.3). 1st i
need to install sip but i run into this issue.

after ./configure, a MAKEFILE is created. I'm supposed to do 'make'
and 'make install', but i get this cmd error:

C:\path>make
'make' is not recognized as an internal or external command,
operable program or batch file.

The reason i'm installing from source is due to this:
http://www.riverbankcomputing.co.uk/software/pyqt/download5

"""Unfortunately it is not possible to use both the PyQt4 and PyQt5
installers at the same time. If you wish to have both PyQt4 and PyQt5
installed at the same time you will need to build them yourself from
the source packages."""


I'm not really sure what i should do?


More information about the PyQt mailing list