[PyQt] [PyQt4] Wrong QtCore.QLibraryInfo.BinariesPath on Windows

Phil Thompson phil at riverbankcomputing.com
Thu May 15 22:13:16 BST 2008


On Wednesday 14 May 2008 21:55:46 IloChab wrote:
> I have an application that uses QtCore.QLibraryInfo.BinariesPath() to
> locate Qt4 assistant and show a customized help.
>
> On linux I have no problem but on Windows I get a wrong translation.
>
> On windows I just installed :
>     * qt-win-opensource-4.3.4-mingw.exe

You don't need this.

>     * PyQt-Py2.5-gpl-4.3.3-2.exe
> and I didn't set anything into my environment.
>
> On my system I find assistant executable into two directories:
>    C:\Ptython2.5
>    C:\Qt\4.3.4\bin
> while QtCore.QLibraryInfo.BinariesPath() returns:
>    C:/Python2.5/PyQt4/bin
> witch doesn't exist in the last level(bin).
>
> What is the correct thing to do to launch assistant.exe on windows?

That's a bug that should be fixed in the v4.4 installer (when it is released).

Phil


More information about the PyQt mailing list