[PySide] most basic QThread problem

Matthew Woehlke matthew.woehlke at kitware.com
Mon Dec 16 18:36:48 CET 2013


On 2013-12-16 02:01, Frank Rueter | OHUfx wrote:
> I am playing with simple QThread object and am getting the ol' "QThread:
> Destroyed while thread is still running" error.

I would encourage you to always call wait() on your thread before it is 
destroyed.

-- 
Matthew




More information about the PySide mailing list