Qt 6.11 is out! See what's new in the release
blog
Error thrown using Qthread in PySide6
-
I am creating a GUI using PySide6 where i have added a QThread on my Pushbutton (RUN Script button).
It calls a script which basically contains certain calculations and then plots 1D and 2D plots. Its basically a matplotlib function
When my script reached the matplotlib function, the thread throws an error:Error log: Starting a matplotlib GUI outside of the mail thread will likely fail.
Hww do i resolve this? -
Hi,
Don't go GUI operations in secondary threads.