Skip to content
Marcus Ottosson edited this page Mar 27, 2015 · 4 revisions

QQmlApplicationEngine failed to load component

This may be due to a conflicting version of Qt already existing on your system.

The Qt runtime always looks at c:\Qt for binaries before resorting to it's associated qt.conf so if you've got a version of Qt installed that doesn't align itself with the version used to compile PyQt5 then you might get this error.

plugin cannot be loaded for module "QtQuick"

See above

PyQt5/qml/QtQuick.2/qtquick2plugin.dll: The specified procedure could not be found.

See above

Welcome to the wiki for PyQt5 using Python 2.7. For Python 3.4, head here

Table of contents

Developer Resources

Compilation Instructions

Clone this wiki locally