[PyQt] QApplication.libraryPaths() bug?
Phil Thompson
phil at riverbankcomputing.com
Mon Feb 9 13:21:43 GMT 2015
On 09/02/2015 1:02 pm, Marcus Ottosson wrote:
> Then what about this?
>
>>>> import sys
>>>> from PyQt5 import QtWidgets
>>>> QtWidgets.QApplication.libraryPaths()
> []
>>>> app = QtWidgets.QApplication(sys.argv)
> This application failed to start because it could not find or load the
> Qt
> platform plugin "windows".
Is Qt installed where it was built for, or has it been moved? (In which
case you need a qt.conf file.)
Phil
More information about the PyQt
mailing list