<div dir="ltr"><div class="gmail_quote"><div dir="ltr">Hi all,<div><br></div><div>I found out today that exception tracebacks in PyQt apps are</div><div>sometimes cut off. That is, instead of</div><div><br></div><div><blockquote style="margin:0px 0px 0px 40px;border:none;padding:0px"><div><div>Traceback (most recent call last):</div><div>  File ..., line ..., in f()</div><div>  File ..., line ..., in g()</div><div>  File ..., line ..., in h()</div><div>Exception</div></div></blockquote><br></div><div>You only get</div><div><br></div><div><blockquote style="margin:0px 0px 0px 40px;border:none;padding:0px"><div>Traceback (most recent call last):</div><div>  File ..., line ..., in g()</div><div>  File ..., line ..., in h()</div><div>Exception</div></blockquote><br></div><div>I wrote a <a href="https://fman.io/blog/pyqt-excepthook/" target="_blank">blog post</a> with an example, an explanation and a</div><div>solution. Maybe some of you will find it useful.</div><div><br></div><div>Best wishes,</div><div>Michael</div><div>Author of <a href="https://github.com/mherrmann/fbs" target="_blank">fbs</a> - Create PyQt apps in minutes, not months</div></div></div>
</div>