Re: [PyQt] Compiling PyQt on Windows with Mingw

2013-03-11 Thread Phil Thompson
On Mon, 11 Mar 2013 20:01:51 +0200, Theuns Heydenrych wrote: > HI > I get Sip and PyQt compiled successfully and get both installed. > I am using Python 2.7 > > When executing > *>>> from PyQt4.Qt import ** > > It just fails, i cant figure out what is going wrong where. Define fail - you haven'

[PyQt] Compiling PyQt on Windows with Mingw

2013-03-11 Thread Theuns Heydenrych
HI I get Sip and PyQt compiled successfully and get both installed. I am using Python 2.7 When executing *>>> from PyQt4.Qt import ** It just fails, i cant figure out what is going wrong where. I tried python -v to get more info, so here is what i get. *C:\Python27>python -v* *# installing zipi