"Ben" <[EMAIL PROTECTED]> 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. 


_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to