Threds and Control Window

Aahz aahz at pythoncraft.com
Sun Dec 28 13:10:19 EST 2003


In article <104c369a.0312280731.7ad07a18 at posting.google.com>,
Askari <9974331 at cvm.qc.ca> wrote:
>
>Brienfly, how I can control a window (toplevel) with a thread other
>that the main thread?

You can't.  Send a message to the main thread using Queue.Queue.
-- 
Aahz (aahz at pythoncraft.com)           <*>         http://www.pythoncraft.com/

Weinberg's Second Law: If builders built buildings the way programmers wrote 
programs, then the first woodpecker that came along would destroy civilization.




More information about the Python-list mailing list