[PyQt] Compiling PyQt on Windows with Mingw

2013-03-11 Thread Theuns Heydenrych
t is going wrong. Is there somebody out there that does compile Sip and PyQt with Mingw on Win7? Regards Theuns Heydenrych ___ PyQt mailing listPyQt@riverbankcomputing.com http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Re: [PyQt] Building PyQt using gcc in Mingw and MSys

2013-03-11 Thread Theuns Heydenrych
nds on the PyQt stuff? Or is there another dependency checker for Python? On Mon, Mar 11, 2013 at 11:15 AM, Phil Thompson wrote: > On Mon, 11 Mar 2013 09:21:33 +0200, Theuns Heydenrych > wrote: > > Thanks Phil > > I have taken MSys out of the loop. > > Its o

Re: [PyQt] Building PyQt using gcc in Mingw and MSys

2013-03-11 Thread Theuns Heydenrych
4.9.6 successfully compiled and installed. When running python in the command line and i enter * * *>>> from PyQt4.Qt import ** It just fail. How can i find out what/where is it failing? On Sat, Mar 9, 2013 at 12:22 AM, Phil Thompson wrote: > On Fri, 8 Mar 2013 20:33:05 +0

[PyQt] Building PyQt using gcc in Mingw and MSys

2013-03-08 Thread Theuns Heydenrych
HI I successfully build Sip with gcc in mingw and Msys. With the following command. *python ./configure.py -p win32-g++ --platform=linux-g++-64* It compiled and installed correctly with mingw32-make. The reason i used "* --platform=linux-g++-64*" is that the *python ./configure.py **-p win32-g++