[PyQt] ANN: New Releases and Packages

Phil Thompson phil at riverbankcomputing.com
Wed Jul 27 18:12:19 BST 2016


On 27 Jul 2016, at 4:20 pm, Detlev Offenbach <detlev at die-offenbachs.de> wrote:
> 
> Hi,
>  
> I am having an issue with the Windows wheels of PyQt5.
>  
> QLibraryInfo.location(QLibraryInfo.BinariesPath) returns the path C:/Python35/lib/site-packages/PyQt5/Qt/bin. The Qt documentation says BinariesPath stands for "The location of installed Qt binaries (tools and applications).". However, none of the Qt tools and applications can be found in there. How can this be redirected to the respective location of the Qt installation?

It can't. You either need to install the tools separately in that location or provide a mechanism whereby a separate location can be specified.

Phil



More information about the PyQt mailing list