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
    * 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?

Thank for your help.

Licia
_______________________________________________
PyQt mailing list    PyQt@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Reply via email to