[Tutor] threading and gui programming

Alan Gauld alan.gauld at btinternet.com
Thu Mar 22 00:37:01 CET 2007


"Ben" <nebpro at gmail.com> wrote

> What really confuses
> me is that there are so many gui programming options for python 
> (i.e.
> pywin32, wxPython, etc). Is this means that all of these available 
> gui
> options be able to integrate with threading? Thanks.

Yes, they all have the concept of a function/method as an event 
handler.
The threading code goes inside those functions and thus is completely
independant of the GUI toolkit

Alan g. 




More information about the Tutor mailing list