[PyQt] Building PyQt using gcc in Mingw and MSys

Phil Thompson phil at riverbankcomputing.com
Mon Mar 11 09:15:07 GMT 2013


On Mon, 11 Mar 2013 09:21:33 +0200, Theuns Heydenrych
<theunsheydenrych at gmail.com> wrote:
> Thanks Phil
> I have taken MSys out of the loop.
> Its only Mingw32 now.
> 
> I get sip successfully compiled and installed.
> When running python in the command line and i enter
> *
> *
> *>>> from sip import **
> *>>> print SIP_VERSION_STR*
> *4.14.3
> *
> *>>>*
> *
> *
> I also get PyQt-win-gpl-4.9.6 successfully compiled and installed.
> When running python in the command line and i enter
> *
> *
> *>>> from PyQt4.Qt import **
> 
> It just fail.

Presumably with an error message?

> How can i find out what/where is it failing?

You could use a dependency checker to see if it failing to find a DLL.

Phil


More information about the PyQt mailing list