Tkinter and threads

Aahz aahz at pythoncraft.com
Tue Jun 18 13:47:19 EDT 2002


In article <3D0DCC8F.9A6D3B81 at ipm.fhg.de>,
Markus von Ehr  <markus.vonehr at ipm.fhg.de> wrote:
>
>I'd like to have a progress bar increasing while a calculation process
>calculates some results.
>Unfortunately there is no mainloop processing while the calculation is
>running and so the progress bar begins after the calculation.
>Another thread neither can access the Tkinter resources, how can
>I manage this problem?

See the OSCON 2001 thread slides on my web site.
-- 
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