<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<style type="text/css" style="display:none;"> P {margin-top:0;margin-bottom:0;} </style>
</head>
<body dir="ltr">
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);" class="elementToProof ContentPasted0">
Hello! I have installed both PyQt6 and PyQt6-Charts using pip on Windows 10. Things are working pretty nicely, but by adding "import QtCharts"​ on top of my QML file I get the following error:
<div><br class="ContentPasted0">
</div>
<div class="ContentPasted0">  QQmlApplicationEngine failed to load component</div>
<div class="ContentPasted0">  file:///D:/my-app/window.ui:4:1: Cannot load library C:\Users\lucab\AppData\Roaming\Python\Python311\site-packages\PyQt6\Qt6\qml\QtCharts\qtchartsqml2plugin.dll: The specified module could not be found.</div>
<div><br class="ContentPasted0">
</div>
<div class="ContentPasted0">Using dumpbin from the VS2022 command prompt we can see that qtchartsqml2plugin.dll depends on the following modules:</div>
<div><br class="ContentPasted0">
</div>
<div class="ContentPasted0">  dumpbin /DEPENDENTS qtchartsqml2plugin.dll</div>
<div class="ContentPasted0">  Dump of file qtchartsqml2plugin.dll</div>
<div><br class="ContentPasted0">
</div>
<div class="ContentPasted0">  File Type: DLL</div>
<div class="ContentPasted0">    Image has the following dependencies:</div>
<div class="ContentPasted0">      Qt6ChartsQml.dll</div>
<div class="ContentPasted0">      Qt6Qml.dll</div>
<div class="ContentPasted0">      Qt6Core.dll</div>
<div class="ContentPasted0">      VCRUNTIME140.dll</div>
<div class="ContentPasted0">      api-ms-win-crt-heap-l1-1-0.dll</div>
<div class="ContentPasted0">      api-ms-win-crt-runtime-l1-1-0.dll</div>
<div class="ContentPasted0">      KERNEL32.dll</div>
<div><br class="ContentPasted0">
</div>
<div class="ContentPasted0">Qt6ChartsQml.dll is missing from the site-packages\PyQt6\Qt6\bin directory. As a workaround I copied it from my local Qt installation and everything is working now. Would it be possible to update the wheel?</div>
<div><br class="ContentPasted0">
</div>
<div class="ContentPasted0">Thanks!</div>
Luca<br>
</div>
</body>
</html>