On Feb 20, 11:22 am, koranthala <koranth...@gmail.com> wrote:
>
> thread.setDaemon(True)
> Makes it a daemon thread which means that interpreter will not stay
> alive if only that thread is alive.

My main window is used to launch multiple children and therefore when
one is dismissed the interpreter will remain active.
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to