<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /></head><body style='font-size: 10pt'>
<p><br /></p>
<p>On 2021-10-08 03:03, Joan Donet Rodríguez wrote:</p>
<blockquote type="cite" style="padding: 0 0.4em; border-left: #1010ff 2px solid; margin: 0">
<div class="WordSection1">
<p class="MsoNormal">Hello all,</p>
<p class="MsoNormal">When I'm refactoring the code of my app with PyQt5 (v5.15.4), I get this error message on running when try to use an imported PyQt library (QtWidgets in this case), while in debbug mode i can launch the app without any problem. Before the refactoring the app was working fine as well, and I'm not adding any new library.</p>
<p class="MsoNormal">I tried to search the root of the problem but I couldn't find information about it, has anyone an idea about what could be the cause??<br /><br /></p>
</div>
</blockquote>
<div class="WordSection1">
<p class="MsoNormal">I would try enabling <a href="https://docs.python.org/3/library/faulthandler.html">https://docs.python.org/3/library/faulthandler.html</a> and see if it can give you some guidance as to which function it is crashing in.</p>
<p class="MsoNormal">Were you just updating to the new 5.15.4 from an older version?  If so, what version?  If not, could you explain more about your changes?</p>
<p class="MsoNormal">Cheers,</p>
<p class="MsoNormal">-kyle</p>
</div>
</body></html>