We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Followed the instructions, the first example works. Trying the 06 QML Python example returns an error.
The text was updated successfully, but these errors were encountered: