I have an application that uses QtCore.QLibraryInfo.BinariesPath() to locate Qt4 assistant and show a customized help.<br><br>On linux I have no problem but on Windows I get a wrong translation. <br><br>On windows I just installed :<br>
&nbsp;&nbsp;&nbsp; * qt-win-opensource-4.3.4-mingw.exe<br>&nbsp;&nbsp;&nbsp; * PyQt-Py2.5-gpl-4.3.3-2.exe<br>and I didn&#39;t set anything into my environment.<br><br>On my system I find assistant executable into two directories:<br>&nbsp;&nbsp; C:\Ptython2.5<br>
&nbsp;&nbsp; C:\Qt\4.3.4\bin<br>while QtCore.QLibraryInfo.BinariesPath() returns:<br>&nbsp;&nbsp; C:/Python2.5/PyQt4/bin<br>witch doesn&#39;t exist in the last level(bin).<br><br>What is the correct thing to do to launch assistant.exe on windows?<br>
<br>Thank for your help.<br><br>Licia<br><br>