examples icon indicating copy to clipboard operation
examples copied to clipboard

QML example not working

Open ViktorMS opened this issue 5 years ago • 0 comments

Followed the instructions, the first example works. Trying the 06 QML Python example returns an error.

(venv) C:\Users\X\Documents\Python Scripts\qtexamples\src\01 PyQt QLabel>cd "C:\Users\User\Documents\Python Scripts\qtexamples\src\06 QML Python example"

(venv) C:\Users\X\Documents\Python Scripts\qtexamples\src\06 QML Python example>python main.py
QQmlApplicationEngine failed to load component
file:///C:/Users/X/Documents/Python Scripts/qtexamples/src/06 QML Python example/main.qml:1 plugin cannot be loaded for module "QtQuick": Cannot load library C:\Users\X\Documents\Python Scripts\qtexamples\venv\lib\site-packages\PyQt5\Qt\qml\QtQuick.2\qtquick2plugin.dll: The specified procedure could not be found.

ViktorMS avatar Nov 05 '19 11:11 ViktorMS