Details
-
Bug
-
Resolution: Duplicate
-
Not Evaluated
-
None
-
6.6.3
-
Windows 10 22H2, PySide installed using qtpip 0.1.1
Description
Steps to reproduce
- Create a new .pyproject in Qt Creator ("File" > "New Project..." > "Application (Qt for Python)" > "Qt Quick Application - Empty")
- Add a single line to the top of main.qml: import QtQuick.Controls.Fusion
- Run the project
Outcomes
The QML document will fail to load
Analysis
- <VENV_ROOT>/Lib/site-packages/PySide6/qml/QtQuick/Controls/Fusion/qtquickcontrols2fusionstyleplugin.dll depends on Qt6QuickControls2Fusion.dll. This dependency is missing from the PySide6 package.
- The same issue applies to all other Qt Quick Controls styles
- This is a new dependency in Qt 6.6.3 - it did not exist in Qt 6.6.2
Attachments
Issue Links
- duplicates
-
PYSIDE-2655 Cannot run hello world QML application because Qt6QuickControls2Basic.dll is missing
- Closed