<div>Phil.</div>
<div>I wanna&nbsp;compiled pyqt4&nbsp;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>&nbsp;</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&amp;rnum=6#5479fe6786516534">http://groups.google.com/group/comp.lang.python/browse_frm/thread/17558adbc053f26d/5479fe6786516534?q=msvcrt+visual+studio+2003&amp;rnum=6#5479fe6786516534
</a></div>
<div>said</div>
<div>&nbsp;</div>
<div>&quot;&quot;&quot;</div>
<div>So if Python is linked against msvcr71.dll, you can't really build C++&nbsp; extensions anymore (with MINGW), unless you are certain that mixing CRTs causes no harm for your application.</div>
<div>&quot;&quot;&quot;</div>
<div>&nbsp;</div>
<div>btw, i have install pyqt4 mingw version(binary), it works nice.</div>
<div>&nbsp;</div>
<div><span class="gmail_quote">On 6/12/06, <b class="gmail_sendername">Phil Thompson</b> &lt;<a href="mailto:phil@riverbankcomputing.co.uk">phil@riverbankcomputing.co.uk</a>&gt; 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>&gt; sole,thanks<br>&gt; with Q... on Windows, i can install gpl version qt4 with 
<a href="http://msvc.net">msvc.net</a> platform.<br>&gt; and sip.<br>&gt; when install pyqt4.<br>&gt; the configure.py return an error:<br>&gt;<br>&gt; D:\data\download\nt\PyQt-win-gpl-4.0&gt;configure.py<br>&gt; Determining the layout of your Qt installation...
<br>&gt; Error: Failed to create release\qtdirs.exe. Make sure you have a working Qt<br>&gt; v4<br>&gt; qmake on your PATH or use the -q argument to explicitly specify a working<br>&gt; Qt v4<br>&gt; qmake.<br>&gt;<br>&gt; but qmake is in PATH and in the default location.
<br>&gt;<br>&gt; D:\data\download\nt\PyQt-win-gpl-4.0&gt;qmake -v<br>&gt; QMake version: 2.00a<br>&gt; Using Qt version 4.1.3 in C:\Qt\4.1.3\lib<br>&gt;<br>&gt; if in install the binary pyqt4. then the pyqt4 sample can't execute with an
<br>&gt; 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&nbsp;&nbsp;&nbsp;&nbsp;<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>