[PyQt] QApplication.libraryPaths() bug?
Marcus Ottosson
konstruktion at gmail.com
Mon Feb 9 13:02:04 GMT 2015
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".
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.riverbankcomputing.com/pipermail/pyqt/attachments/20150209/d1d3d77a/attachment.html>
More information about the PyQt
mailing list