wxpython threads help needed

Aahz aahz at pythoncraft.com
Fri Jun 28 15:28:52 EDT 2002


In article <6bd9f01b.0206281055.2b01a2a6 at posting.google.com>,
sameer <sameer_ at email.com> wrote:
>
>Does anyone have an example of wxpython threads in action?  I am
>trying to create  an application with several (tabbed) panels, each of
>which is being updated on its on thread.  Basically, I don't want the
>application to freeze up, or to have long startup times as all the
>panels are being updated.  I want the startup to happen as soon as the
>main panel is built.  I would appreciate it if someone can give an
>example either from their own app or code, or a simple example cooked
>up on the fly.

Not wxPython, but if you go to my web page, you can see an example for
TKinter that should be useful for you.
-- 
Aahz (aahz at pythoncraft.com)           <*>         http://www.pythoncraft.com/

Project Vote Smart: http://www.vote-smart.org/



More information about the Python-list mailing list