[PyKDE] Re: 4.1.0-mingw

m.gehling at gmx.de m.gehling at gmx.de
Tue Jan 10 16:47:35 GMT 2006


Hello, 

you can change two files. 

in file configure.py row 835
from   lpatts = ["lib" + lib + ".*"]
to     lpatts = ["lib" + lib + "[0-9].*"]
( all my library call lib<*>4.a ) 

and 

file configure.py zeile 923
from        check_license()
to          #check_license() 

You read Phil`s mail, that pyqt crash if you import QtCore. Now, you can 
only build pyqt on window's ;-). 




More information about the PyQt mailing list