<div>Phil.</div>
<div>I wanna compiled pyqt4 with visual <a href="http://studio.net">studio.net</a> 2003.</div>
<div>somebody told me ,python2.4 was compiled by <a href="http://vs.net">vs.net</a> 2003(which uses msvcr71.dll as c runtime ).</div>
<div>and if i compile pyqt4 with mingw(which uses msvcrt.dll as the c runtime). </div>
<div> </div>
<div>as the post <a href="http://groups.google.com/group/comp.lang.python/browse_frm/thread/17558adbc053f26d/5479fe6786516534?q=msvcrt+visual+studio+2003&rnum=6#5479fe6786516534">http://groups.google.com/group/comp.lang.python/browse_frm/thread/17558adbc053f26d/5479fe6786516534?q=msvcrt+visual+studio+2003&rnum=6#5479fe6786516534
</a></div>
<div>said</div>
<div> </div>
<div>"""</div>
<div>So if Python is linked against msvcr71.dll, you can't really build C++ extensions anymore (with MINGW), unless you are certain that mixing CRTs causes no harm for your application.</div>
<div>"""</div>
<div> </div>
<div>btw, i have install pyqt4 mingw version(binary), it works nice.</div>
<div> </div>
<div><span class="gmail_quote">On 6/12/06, <b class="gmail_sendername">Phil Thompson</b> <<a href="mailto:phil@riverbankcomputing.co.uk">phil@riverbankcomputing.co.uk</a>> wrote:</span>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">On Sunday 11 June 2006 4:42 pm, imcs ee wrote:<br>> sole,thanks<br>> with Q... on Windows, i can install gpl version qt4 with
<a href="http://msvc.net">msvc.net</a> platform.<br>> and sip.<br>> when install pyqt4.<br>> the configure.py return an error:<br>><br>> D:\data\download\nt\PyQt-win-gpl-4.0>configure.py<br>> Determining the layout of your Qt installation...
<br>> Error: Failed to create release\qtdirs.exe. Make sure you have a working Qt<br>> v4<br>> qmake on your PATH or use the -q argument to explicitly specify a working<br>> Qt v4<br>> qmake.<br>><br>> but qmake is in PATH and in the default location.
<br>><br>> D:\data\download\nt\PyQt-win-gpl-4.0>qmake -v<br>> QMake version: 2.00a<br>> Using Qt version 4.1.3 in C:\Qt\4.1.3\lib<br>><br>> if in install the binary pyqt4. then the pyqt4 sample can't execute with an
<br>> error: missing mingw10.dll...<br><br>Make sure you have installed the Qt4 installer properly, including MinGW, and<br>that your PATH is set properly.<br><br>Phil<br><br>_______________________________________________
<br>PyKDE mailing list <a href="mailto:PyKDE@mats.imk.fraunhofer.de">PyKDE@mats.imk.fraunhofer.de</a><br><a href="http://mats.imk.fraunhofer.de/mailman/listinfo/pykde">http://mats.imk.fraunhofer.de/mailman/listinfo/pykde
</a><br></blockquote></div><br>