strange Tkinter problem
Russell E. Owen
owen at astrono.junkwashington.emu
Wed Dec 26 15:34:47 EST 2001
More information about the Python-list mailing list
Wed Dec 26 15:34:47 EST 2001
- Previous message (by thread): REPOST: Re: strange Tkinter problem
- Next message (by thread): REPOST: Re: strange Tkinter problem
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
In article <a0baad$vu4$01$1 at news.t-online.com>, tjiit <tjiit at yahoo.com> wrote: >I have an application using a Tkinter GUI which starts a network >connection if you click on a button. The strange thing is that the GUI >freezes and the connection is established. Does this mean that Tkinter >executes the functions bound do an event and then returns when the >function has ended? I thought it would to kinda multi-threading so it >could handle large events and keep interactive while doing it. >Can anyone give me a (some) hints? Check out Tk file events (or use threads, as others have suggested -- I've not tried this). One source of info is my web page: <http://www.astro.washington.edu/owen/ROTKFolklore.html>. -- Russell
- Previous message (by thread): REPOST: Re: strange Tkinter problem
- Next message (by thread): REPOST: Re: strange Tkinter problem
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list