<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[PySide6 6.11.1: qtquickshapesdesignhelpersplugin.dll not found]]></title><description><![CDATA[<p dir="auto">Hello, I'm having an issue using QtQuick.Shapes.DesignHelpers.<br />
Every other module works fine but when I import this one I get an error telling the specified module is not found (see below), even though the dll actually exists.</p>
<p dir="auto">Here is a minimal version to reproduce the problem:</p>
<pre><code># main.py
import sys

from PySide6.QtGui import QGuiApplication
from PySide6.QtQml import QQmlApplicationEngine

app = QGuiApplication(sys.argv)
engine = QQmlApplicationEngine()
engine.load("Main.qml")

if not engine.rootObjects():
    sys.exit(-1)
sys.exit(app.exec())
</code></pre>
<pre><code>// Main.qml
import QtQuick
import QtQuick.Shapes.DesignHelpers

Window {
    visible: true
}
</code></pre>
<p dir="auto">Environment:</p>
<ul>
<li>Windows 11 25H2</li>
<li>Python 3.11.4 (but i replicated the problem on another computer using Python 3.14.6)</li>
<li>PySide 6.11.1 (but i replicated the problem with older versions)</li>
<li>uv package manager and its .venv (but i replicated the problem with pip)</li>
</ul>
<p dir="auto">Here is the full console:</p>
<pre><code>PS C:\Users\favierl\Documents\temp_test_qtquick_shapes_design_helpers&gt; ls


    Répertoire : C:\Users\favierl\Documents\temp_test_qtquick_shapes_design_helpers


Mode                 LastWriteTime         Length Name
----                 -------------         ------ ----
d-----        04/08/2026     19:27                .venv
-a----        04/08/2026     19:27              5 .python-version
-a----        05/08/2026     11:20            260 main.py
-a----        05/08/2026     11:59             87 Main.qml
-a----        05/08/2026     11:54            220 pyproject.toml
-a----        05/08/2026     11:54           3775 uv.lock


PS C:\Users\favierl\Documents\temp_test_qtquick_shapes_design_helpers&gt; uv tree
Resolved 3 packages in 5ms
temp-test-qtquick-shapes-design-helpers v0.1.0
└── pyside6-essentials v6.11.1
    └── shiboken6 v6.11.1
PS C:\Users\favierl\Documents\temp_test_qtquick_shapes_design_helpers&gt; python --version
Python 3.11.4
PS C:\Users\favierl\Documents\temp_test_qtquick_shapes_design_helpers&gt; ls C:\Users\favierl\Documents\temp_test_qtquick_shapes_design_helpers\.venv\Lib\site-packages\PySide6\qml\QtQuick\Shapes\DesignHelpers


    Répertoire: C:\Users\favierl\Documents\temp_test_qtquick_shapes_design_helpers\.venv\Lib\site-packages\PySide6\qml\QtQu
    ick\Shapes\DesignHelpers


Mode                 LastWriteTime         Length Name
----                 -------------         ------ ----
-a----        04/08/2026     19:30          24157 plugins.qmltypes
-a----        04/08/2026     19:30            295 qmldir
-a----        04/08/2026     19:30          30520 qtquickshapesdesignhelpersplugin.dll


PS C:\Users\favierl\Documents\temp_test_qtquick_shapes_design_helpers&gt; uv run .\main.py
QQmlApplicationEngine failed to load component
file:///C:/Users/favierl/Documents/temp_test_qtquick_shapes_design_helpers/Main.qml:2:1: Cannot load library C:\Users\favierl\Documents\temp_test_qtquick_shapes_design_helpers\.venv\Lib\site-packages\PySide6\qml\QtQuick\Shapes\DesignHelpers\qtquickshapesdesignhelpersplugin.dll: Le module spÚcifiÚ est introuvable.
</code></pre>
]]></description><link>https://forum.qt.io/topic/164972/pyside6-6.11.1-qtquickshapesdesignhelpersplugin.dll-not-found</link><generator>RSS for Node</generator><lastBuildDate>Wed, 16 Sep 2026 07:58:36 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/164972.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 05 Aug 2026 10:17:28 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to PySide6 6.11.1: qtquickshapesdesignhelpersplugin.dll not found on Tue, 18 Aug 2026 12:39:51 GMT]]></title><description><![CDATA[<p dir="auto">Solved in PySide 6.11.2</p>
]]></description><link>https://forum.qt.io/post/839771</link><guid isPermaLink="true">https://forum.qt.io/post/839771</guid><dc:creator><![CDATA[fafafa]]></dc:creator><pubDate>Tue, 18 Aug 2026 12:39:51 GMT</pubDate></item><item><title><![CDATA[Reply to PySide6 6.11.1: qtquickshapesdesignhelpersplugin.dll not found on Sat, 08 Aug 2026 19:36:15 GMT]]></title><description><![CDATA[<p dir="auto">Thanks !</p>
<p dir="auto">Can you also update your two example files over there ? This will allow to more quickly set things up to test for the person taking the ticket on.</p>
]]></description><link>https://forum.qt.io/post/839609</link><guid isPermaLink="true">https://forum.qt.io/post/839609</guid><dc:creator><![CDATA[SGaist]]></dc:creator><pubDate>Sat, 08 Aug 2026 19:36:15 GMT</pubDate></item><item><title><![CDATA[Reply to PySide6 6.11.1: qtquickshapesdesignhelpersplugin.dll not found on Sat, 08 Aug 2026 11:30:59 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sgaist">@<bdi>SGaist</bdi></a> Using Dependencies, we see that <code>qtquickshapesdesignhelpersplugin.dll</code> depends on:</p>
<ul>
<li><code>Qt6Qml.dll</code></li>
<li><code>Qt6Core.dll</code></li>
<li><code>Qt6QuickShapesDesignHelpers.dll</code></li>
</ul>
<p dir="auto">But <code>Qt6QuickShapesDesignHelpers.dll</code> doesn't exist in the PySide6 package.<br />
However it does exist in the C++ version which is why it was working in that case.</p>
<p dir="auto">I reported the bug at <a href="https://qt-project.atlassian.net/browse/PYSIDE-3417" target="_blank" rel="noopener noreferrer nofollow ugc">https://qt-project.atlassian.net/browse/PYSIDE-3417</a><br />
Thank you for your help.</p>
]]></description><link>https://forum.qt.io/post/839605</link><guid isPermaLink="true">https://forum.qt.io/post/839605</guid><dc:creator><![CDATA[fafafa]]></dc:creator><pubDate>Sat, 08 Aug 2026 11:30:59 GMT</pubDate></item><item><title><![CDATA[Reply to PySide6 6.11.1: qtquickshapesdesignhelpersplugin.dll not found on Thu, 06 Aug 2026 19:04:49 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/fafafa">@<bdi>fafafa</bdi></a> You can use a tool such as <a href="https://github.com/lucasg/Dependencies" target="_blank" rel="noopener noreferrer nofollow ugc">Dependencies</a> to check what your executable/dll needs.</p>
<p dir="auto">It also fails on macOS because of a missing framework so I am thinking that this is a packaging issue.</p>
<p dir="auto">You can also start you script using <code>QT_DEBUG_PLUGINS=1 python main.py</code> to have more information about what is happening.</p>
]]></description><link>https://forum.qt.io/post/839559</link><guid isPermaLink="true">https://forum.qt.io/post/839559</guid><dc:creator><![CDATA[SGaist]]></dc:creator><pubDate>Thu, 06 Aug 2026 19:04:49 GMT</pubDate></item><item><title><![CDATA[Reply to PySide6 6.11.1: qtquickshapesdesignhelpersplugin.dll not found on Thu, 06 Aug 2026 17:19:02 GMT]]></title><description><![CDATA[<p dir="auto">When PySide6 loads a QML plugin, the plugin DLL attempts to load additional Qt DLLs located in the main PySide6 directory (or PySide6/Qt/bin). If these paths are not registered in Python's DLL loading mechanism, the tractor will fail to load.</p>
]]></description><link>https://forum.qt.io/post/839553</link><guid isPermaLink="true">https://forum.qt.io/post/839553</guid><dc:creator><![CDATA[Nils Sjoberg]]></dc:creator><pubDate>Thu, 06 Aug 2026 17:19:02 GMT</pubDate></item><item><title><![CDATA[Reply to PySide6 6.11.1: qtquickshapesdesignhelpersplugin.dll not found on Thu, 06 Aug 2026 13:50:38 GMT]]></title><description><![CDATA[<p dir="auto">Hello <a class="plugin-mentions-user plugin-mentions-a" href="/user/sgaist">@<bdi>SGaist</bdi></a>,</p>
<blockquote>
<p dir="auto">The error states that the dll is missing, but you say it's there. Is it located where the message states it is missing ?</p>
</blockquote>
<p dir="auto">From my first message, the dll is located at:</p>
<pre><code>C:\Users\favierl\Documents\temp_test_qtquick_shapes_design_helpers\.venv\Lib\site-packages\PySide6\qml\QtQuick\Shapes\DesignHelpers\qtquickshapesdesignhelpersplugin.dll
</code></pre>
<p dir="auto">While the message states that it is missing at:</p>
<pre><code>C:\Users\favierl\Documents\temp_test_qtquick_shapes_design_helpers\.venv\Lib\site-packages\PySide6\qml\QtQuick\Shapes\DesignHelpers\qtquickshapesdesignhelpersplugin.dll
</code></pre>
<p dir="auto">So this is the same path.</p>
<blockquote>
<p dir="auto">Can you check whether all the dependencies of this dll are findable ?</p>
</blockquote>
<p dir="auto">I don't know how to do that. However I checked if I could use the QtQuick.Shapes.DesignHelpers via a C++ application, not PySide6, and i can!<br />
Interestingly, replacing the DesignHelpers folder from the .venv with the one used when compiling C++ has no effect.</p>
<p dir="auto">Does this module work on your machines with PySide6?<br />
I even tried on a Linux computer and I still get the same error. I hope I'm doing something wrong.</p>
]]></description><link>https://forum.qt.io/post/839549</link><guid isPermaLink="true">https://forum.qt.io/post/839549</guid><dc:creator><![CDATA[fafafa]]></dc:creator><pubDate>Thu, 06 Aug 2026 13:50:38 GMT</pubDate></item><item><title><![CDATA[Reply to PySide6 6.11.1: qtquickshapesdesignhelpersplugin.dll not found on Wed, 05 Aug 2026 18:16:52 GMT]]></title><description><![CDATA[<p dir="auto">Hi and welcome to devnet,</p>
<p dir="auto">Some maybe silly questions:</p>
<ul>
<li>The error states that the dll is missing, but you say it's there. Is it located where the message states it is missing ?</li>
<li>Can you check whether all the dependencies of this dll are findable ?</li>
</ul>
]]></description><link>https://forum.qt.io/post/839543</link><guid isPermaLink="true">https://forum.qt.io/post/839543</guid><dc:creator><![CDATA[SGaist]]></dc:creator><pubDate>Wed, 05 Aug 2026 18:16:52 GMT</pubDate></item><item><title><![CDATA[Reply to PySide6 6.11.1: qtquickshapesdesignhelpersplugin.dll not found on Wed, 05 Aug 2026 14:35:49 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/nils-sjoberg">@<bdi>Nils-Sjoberg</bdi></a> Same error as before.</p>
<pre><code>PS C:\Users\favierl\Documents\temp_test_qtquick_shapes_design_helpers&gt; uv tree
Resolved 5 packages in 2ms
temp-test-qtquick-shapes-design-helpers v0.1.0
└── pyside6 v6.11.1
    ├── pyside6-addons v6.11.1
    │   ├── pyside6-essentials v6.11.1
    │   │   └── shiboken6 v6.11.1
    │   └── shiboken6 v6.11.1
    ├── pyside6-essentials v6.11.1 (*)
    └── shiboken6 v6.11.1
(*) Package tree already displayed
PS C:\Users\favierl\Documents\temp_test_qtquick_shapes_design_helpers&gt; uv run .\main.py
QQmlApplicationEngine failed to load component
file:///C:/Users/favierl/Documents/temp_test_qtquick_shapes_design_helpers/Main.qml:5:1: Impossible de charger la bibliothÞque C:\Users\favierl\Documents\temp_test_qtquick_shapes_design_helpers\.venv\Lib\site-packages\PySide6\qml\QtQuick\Shapes\DesignHelpers\qtquickshapesdesignhelpersplugin.dllá: Le module spÚcifiÚ est introuvable.
</code></pre>
]]></description><link>https://forum.qt.io/post/839538</link><guid isPermaLink="true">https://forum.qt.io/post/839538</guid><dc:creator><![CDATA[fafafa]]></dc:creator><pubDate>Wed, 05 Aug 2026 14:35:49 GMT</pubDate></item><item><title><![CDATA[Reply to PySide6 6.11.1: qtquickshapesdesignhelpersplugin.dll not found on Wed, 05 Aug 2026 12:43:42 GMT]]></title><description><![CDATA[<p dir="auto">Try installing the full PySide6 package instead of the essentials:</p>
]]></description><link>https://forum.qt.io/post/839537</link><guid isPermaLink="true">https://forum.qt.io/post/839537</guid><dc:creator><![CDATA[Nils Sjoberg]]></dc:creator><pubDate>Wed, 05 Aug 2026 12:43:42 GMT</pubDate></item><item><title><![CDATA[Reply to PySide6 6.11.1: qtquickshapesdesignhelpersplugin.dll not found on Wed, 05 Aug 2026 12:39:57 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/nils-sjoberg">@<bdi>Nils-Sjoberg</bdi></a> I get the same error as before.</p>
<p dir="auto">Other modules such as QtQuick, QtQuick.Layouts, QtQuick.Controls and even QtQuick.Shapes are imported without errors.</p>
]]></description><link>https://forum.qt.io/post/839536</link><guid isPermaLink="true">https://forum.qt.io/post/839536</guid><dc:creator><![CDATA[fafafa]]></dc:creator><pubDate>Wed, 05 Aug 2026 12:39:57 GMT</pubDate></item><item><title><![CDATA[Reply to PySide6 6.11.1: qtquickshapesdesignhelpersplugin.dll not found on Wed, 05 Aug 2026 11:20:21 GMT]]></title><description><![CDATA[<p dir="auto">Add the following code into your <a href="http://main.py" target="_blank" rel="noopener noreferrer nofollow ugc">main.py</a> file immediately after creating the engine:</p>
<pre><code>import os
from pathlib import Path
from PySide6.QtCore import QCoreApplication


app = QGuiApplication(sys.argv)
engine = QQmlApplicationEngine()

pyside_qml_path = Path(sys.site_packages) if 'site_packages' in globals() else Path(sys.executable).parent / "Lib" / "site-packages" / "PySide6" / "qml"

qml_import_path = Path(__file__).parent / ".venv" / "Lib" / "site-packages" / "PySide6" / "qml"
if qml_import_path.exists():
    engine.addImportPath(str(qml_import_path))

engine.load("Main.qml")
if not engine.rootObjects():
    sys.exit(-1)
sys.exit(app.exec())
</code></pre>
]]></description><link>https://forum.qt.io/post/839533</link><guid isPermaLink="true">https://forum.qt.io/post/839533</guid><dc:creator><![CDATA[Nils Sjoberg]]></dc:creator><pubDate>Wed, 05 Aug 2026 11:20:21 GMT</pubDate></item></channel></rss>