<?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[Try toi debug my program]]></title><description><![CDATA[<p dir="auto">Hello,</p>
<p dir="auto">I try to run my python program which use Pyside2.</p>
<p dir="auto">When I debug is on the import line od Pyside2 I get that error:</p>
<pre><code>Traceback (most recent call last):
  File "&lt;frozen importlib._bootstrap&gt;", line 991, in _find_and_load
  File "&lt;frozen importlib._bootstrap&gt;", line 975, in _find_and_load_unlocked
  File "&lt;frozen importlib._bootstrap&gt;", line 657, in _load_unlocked
  File "&lt;frozen importlib._bootstrap&gt;", line 556, in module_from_spec
  File "&lt;frozen importlib._bootstrap_external&gt;", line 1166, in create_module
  File "&lt;frozen importlib._bootstrap&gt;", line 219, in _call_with_frames_removed
ImportError: /home/xavier/.local/lib/python3.8/site-packages/PySide2/Qt/lib/libQt5Gui.so.5: undefined symbol: _ZNK11QThreadPool8containsEPK7QThread, version Qt_5
</code></pre>
<p dir="auto">I try many fixes, but noting works properly. Exemple of fixes:<br />
<a href="https://stackoverflow.com/questions/63903441/python3-importerror-lib-x86-64-linux-gnu-libqt5core-so-5-version-qt-5-15-n" target="_blank" rel="noopener noreferrer nofollow ugc">https://stackoverflow.com/questions/63903441/python3-importerror-lib-x86-64-linux-gnu-libqt5core-so-5-version-qt-5-15-n</a></p>
]]></description><link>https://forum.qt.io/topic/148395/try-toi-debug-my-program</link><generator>RSS for Node</generator><lastBuildDate>Wed, 29 Apr 2026 09:30:45 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/148395.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 24 Aug 2023 07:45:10 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Try toi debug my program on Thu, 24 Aug 2023 13:37:51 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/xav12358">@<bdi>Xav12358</bdi></a> Then I'm afraid I don't know since it's some PyCharm debugger issue.</p>
]]></description><link>https://forum.qt.io/post/770033</link><guid isPermaLink="true">https://forum.qt.io/post/770033</guid><dc:creator><![CDATA[JonB]]></dc:creator><pubDate>Thu, 24 Aug 2023 13:37:51 GMT</pubDate></item><item><title><![CDATA[Reply to Try toi debug my program on Thu, 24 Aug 2023 11:53:15 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/jonb">@<bdi>JonB</bdi></a></p>
<p dir="auto">In fact when I run the program without debug mode in pycharm, it works properly but in debug I have that error</p>
]]></description><link>https://forum.qt.io/post/770020</link><guid isPermaLink="true">https://forum.qt.io/post/770020</guid><dc:creator><![CDATA[Xav12358]]></dc:creator><pubDate>Thu, 24 Aug 2023 11:53:15 GMT</pubDate></item><item><title><![CDATA[Reply to Try toi debug my program on Thu, 24 Aug 2023 08:48:47 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/xav12358">@<bdi>Xav12358</bdi></a> Does that mean <em>only</em> from "debug mode in pycharm"?  Are you saying there is no problem outside PyCharm or not in debug mode?</p>
]]></description><link>https://forum.qt.io/post/770004</link><guid isPermaLink="true">https://forum.qt.io/post/770004</guid><dc:creator><![CDATA[JonB]]></dc:creator><pubDate>Thu, 24 Aug 2023 08:48:47 GMT</pubDate></item><item><title><![CDATA[Reply to Try toi debug my program on Thu, 24 Aug 2023 08:45:42 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/jonb">@<bdi>JonB</bdi></a><br />
Thank you, I forget to mention that happens in debug mode in pycharm.</p>
]]></description><link>https://forum.qt.io/post/770003</link><guid isPermaLink="true">https://forum.qt.io/post/770003</guid><dc:creator><![CDATA[Xav12358]]></dc:creator><pubDate>Thu, 24 Aug 2023 08:45:42 GMT</pubDate></item><item><title><![CDATA[Reply to Try toi debug my program on Thu, 24 Aug 2023 08:37:15 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/xav12358">@<bdi>Xav12358</bdi></a><br />
I can only say I did the same under both 20.04 and 22.04 and encountered no problem.<br />
Not that it should matter, but what exactly is your <code>import</code> line which causes the error message?</p>
]]></description><link>https://forum.qt.io/post/770001</link><guid isPermaLink="true">https://forum.qt.io/post/770001</guid><dc:creator><![CDATA[JonB]]></dc:creator><pubDate>Thu, 24 Aug 2023 08:37:15 GMT</pubDate></item><item><title><![CDATA[Reply to Try toi debug my program on Thu, 24 Aug 2023 08:28:46 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/jonb">@<bdi>JonB</bdi></a><br />
I already try to reinstall Pyside2 and I install it using pip: Here is the full info on the package:</p>
<pre><code>python3.8 -m pip show Pyside2
Name: PySide2
Version: 5.15.2.1
Summary: Python bindings for the Qt cross-platform application and UI framework
Home-page: https://www.pyside.org
Author: Qt for Python Team
Author-email: pyside@qt-project.org
License: LGPL
</code></pre>
<p dir="auto">I use my system environment, no virtual environment or conda .<br />
I am on Ubuntu 20.04.</p>
]]></description><link>https://forum.qt.io/post/769999</link><guid isPermaLink="true">https://forum.qt.io/post/769999</guid><dc:creator><![CDATA[Xav12358]]></dc:creator><pubDate>Thu, 24 Aug 2023 08:28:46 GMT</pubDate></item><item><title><![CDATA[Reply to Try toi debug my program on Thu, 24 Aug 2023 08:25:09 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/xav12358">@<bdi>Xav12358</bdi></a><br />
Have you tried completely uninstalling PySide2 and reinstalling from scratch?<br />
How do you install it?<br />
Are you installing into any kind of Python virtual environment such as <strong>anaconda</strong>?<br />
What platform are you on?</p>
]]></description><link>https://forum.qt.io/post/769997</link><guid isPermaLink="true">https://forum.qt.io/post/769997</guid><dc:creator><![CDATA[JonB]]></dc:creator><pubDate>Thu, 24 Aug 2023 08:25:09 GMT</pubDate></item></channel></rss>