[Tutor] Windows Install Issue

2014-01-11 Thread Matthew Ngaha
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:\pathmake 'make' is not recognized as an internal or external

Re: [Tutor] Windows Install Issue

2014-01-11 Thread Mark Lawrence
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:\pathmake 'make' is

Re: [Tutor] Windows Install Issue

2014-01-11 Thread Matthew Ngaha
On Sat, Jan 11, 2014 at 2:55 PM, Mark Lawrence breamore...@yahoo.co.uk wrote: 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

Re: [Tutor] Windows Install Issue

2014-01-11 Thread Mark Lawrence
On 11/01/2014 15:24, Matthew Ngaha wrote: On Sat, Jan 11, 2014 at 2:55 PM, Mark Lawrence breamore...@yahoo.co.uk wrote: 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

Re: [Tutor] Windows Install Issue

2014-01-11 Thread eryksun
On Sat, Jan 11, 2014 at 10:24 AM, Matthew Ngaha chigga...@gmail.com wrote: 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

Re: [Tutor] Windows Install Issue

2014-01-11 Thread Matthew Ngaha
On Sun, Jan 12, 2014 at 1:13 AM, eryksun eryk...@gmail.com wrote: The pre-built versions of PyQt4 and PyQt5 don't use the same version of SIP. If you don't have a build system (e.g. Visual Studio 2010, the Windows 7 SDK, or MinGW), then using a virtual environment should work around the