Python, Tkinter, and Threading

Cameron Laird claird at lairds.com
Mon Feb 17 23:17:19 EST 2003


In article <PBicnbvaspwWOMyjXTWcqA at comcast.com>,
Marc <losnations at comcast.net> wrote:
>Therefore, let's get concrete:
>> what are the examples of "back-end processing" of most
>> importance to you?  Database retrievals?  Invocations of
>> external processes?  Long-running pure-Python methods?
>> --
>
>Nothing special really. I have several applications that all do different
>things. Most interface with test equipment and manipulate them in various
>ways. The user inputs the data and input files and the program goes off and
>does it's business with status fed back to the gui. Of course in order to
>maintain control and update the gui, all of these subordinate tasks need to
>be spun off in separate processes to share time with the main gui thread.
>Otherwise, the gui won't update until the very end.
			.
			.
			.
Maybe not.  Are you familiar with Tkinter's update(),
and/or the asyncore module?
-- 

Cameron Laird <Cameron at Lairds.com>
Business:  http://www.Phaseit.net
Personal:  http://phaseit.net/claird/home.html




More information about the Python-list mailing list