<div>Hi Phil,</div>
<div>&nbsp;</div>
<div>I did some tests, and apparently when files located in &quot;C:\Python25\PyQt4\bin&quot; are all moved in &quot;C:\Python25&quot;, everything is working well without adding any directory to PATH, and it does not depend on the Python root path (which default value is &quot;C:\Python25&quot;, but I tried to change it, and it seems to be working as well).</div>

<div>&nbsp;</div>
<div>So... you may expect my question: could you implement this in PyQt GPL installer? (or is there another&nbsp;issue which I am not aware of?)</div>
<div>&nbsp;</div>
<div>Thanks,</div>
<div>Pierre</div>
<div>&nbsp;</div>
<div>PS: in the meantime, my installer will manage this itself, but I&#39;d be more than happy to run silently your installer... </div>
<div>&nbsp;</div>
<div class="gmail_quote">2008/5/25 Pierre Raybaut &lt;<a href="mailto:contact@pythonxy.com">contact@pythonxy.com</a>&gt;:<br>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid"><br>Date: Sat, 24 May 2008 14:49:33 +0200 From: Thorsten Kampe &lt;<a href="mailto:thorsten@thorstenkampe.de" target="_blank">thorsten@thorstenkampe.de</a>&gt; Subject: [PyQt] Re: PyQt 4.4.2 GPL installer / missing DLL To: <a href="mailto:pyqt@riverbankcomputing.com" target="_blank">pyqt@riverbankcomputing.com</a> Message-ID: &lt;g192tv$ftg$<a href="mailto:1@ger.gmane.org" target="_blank">1@ger.gmane.org</a>&gt; Content-Type: text/plain; charset=&quot;utf-8&quot; * Python(x,y) (Sat, 24 May 2008 09:33:00 +0200)<br>

<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">
<div class="Ih2E3d">&gt; Phil Thompson a écrit :<br>&nbsp; &nbsp;<br>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">&gt; &gt; On Friday 23 May 2008 6:47:11 pm Pierre Raybaut wrote:<br>&nbsp; &nbsp; &nbsp;<br>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">&gt; &gt;&gt; About this missing DLL issue, the main difference between the 4.3.3 and<br>&gt; &gt;&gt; 4.4.x Windows installer releases seems to be about the .dll management.<br>
&gt; &gt;&gt; Apparently, since 4.4.1 release, for example, there is not only a<br>&gt; &gt;&gt; QtCore.pyd file but also a QtCore4.dll and so on. Hence the new &quot;add to<br>&gt; &gt;&gt; path&quot; installer feature, for Windows to find the QtCore4.dll. The problem<br>
&gt; &gt;&gt; is that MATLAB for example is also using a QtCore4.dll (which is built with<br>&gt; &gt;&gt; MSVS2005, hence the missing MSVCP80.dll error), and Windows find the MATLAB<br>&gt; &gt;&gt; directory first when searching the PATH environment variable... so, PyQt is<br>
&gt; &gt;&gt; currently not compatible with MATLAB for example, which is quite a serious<br>&gt; &gt;&gt; problem for me and a lot of scientific users I know. Unless you have a<br>&gt; &gt;&gt; solution to this PATH conflicting issue?<br>
&gt; &gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<br></blockquote>&gt; &gt; Just add a .bat file around one of them with a specific PATH set up.<br>&gt; &gt;<br>&nbsp; &nbsp; &nbsp;<br></blockquote></div>&gt; in order to run MATLAB with a specific PATH set up? 
<div class="Ih2E3d"><br>&gt; If that&#39;s what you meant, I really can&#39;t do that for two reasons.<br>&nbsp; &nbsp;<br></div></blockquote><br>I had this problem, too (just not with Matlab). I copied the DLLs to the site-packages/PyQt4 folder. Not a clean solution but it works. Another possibility would be to /move/ the exes and DLLs to the pyd folder. But then Qt Assistant might not find the help files.<br>
<br>Thorsten<br></blockquote>Thanks Thorsten, good to know.<br>If it works, why not doing it directly in the PyQt4 GPL installer, Phil?<br>In fact, that would be great if the &quot;add directory to PATH&quot; thing would not be necessary any more, just like before (with the 4.3.3 release).<br>
<br>Pierre<br></blockquote></div><br>