avoid gui being blocked

Aahz aahz at pythoncraft.com
Mon Mar 25 15:21:38 EST 2002


In article <3c9f7f9f.40054515 at news.easynews.net>,
Marcus Stojek <stojek at part-gmbh.de> wrote:
>
>let's say I have a Dialog (using wxPython) with a button.
>This button starts a function thats takes some time to
>return. During this time the GUI is not responding to 
>any action of the user. How can I keep the GUI alive?

Take a look at my web page, and read the slides and examples from my
OSCON2001 threading tutorial.
-- 
Aahz (aahz at pythoncraft.com)           <*>         http://www.pythoncraft.com/

"We should forget about small efficiencies, about 97% of the time.
Premature optimization is the root of all evil."  --Knuth



More information about the Python-list mailing list