[Tutor] Windows Install Issue

Mark Lawrence breamoreboy at yahoo.co.uk
Sat Jan 11 15:55:17 CET 2014


On 11/01/2014 14:08, Matthew Ngaha wrote:
> 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.
>
> I'm not really sure what i should do?

On Windows finding a binary installer is always the first thing to do, 
makefiles indeed.  Go here 
http://www.riverbankcomputing.co.uk/software/pyqt/download5, find the 
section "Binary Packages" and this gives Windows 32 and 64 bit installers.

-- 
My fellow Pythonistas, ask not what our language can do for you, ask 
what you can do for our language.

Mark Lawrence



More information about the Tutor mailing list