Re: [Pythonmac-SIG] Tkinter apps hang upon quitting

2008-07-23 Thread Kevin Walzer
Ronald Oussoren wrote: I don't know. Does Tkinter even work with Tcl/Tk 8.5? I don't use Tkinter myself, but I'm pretty sure I've seen some messages about problems with Tk 8.5 in the past. Those may have been resolved for Python 2.6. Yes, it works. I'm shipping a commercial application

Re: [Pythonmac-SIG] Tkinter apps hang upon quitting

2008-07-22 Thread Ronald Oussoren
On 23 Jul, 2008, at 0:24, Kevin Walzer wrote: Leonardo Santagada wrote: Someone should do a table with the best version of tk for each version of python... Tk 8.5 works with the python that comes with leopard? No. The problem here is that Tk and Python don't move in sync. At the time

Re: [Pythonmac-SIG] Tkinter apps hang upon quitting

2008-07-22 Thread Kevin Walzer
Leonardo Santagada wrote: On 22/07/2008, at 19:24, Kevin Walzer wrote: Tk 8.5 was released last December, and is a big improvement over Tk 8.4. However, Python's binary distributions (for Mac and Windows, anyway) still link against Tk 8.4.x. There's nothing to prevent you from doing your ow

Re: [Pythonmac-SIG] Tkinter apps hang upon quitting

2008-07-22 Thread Leonardo Santagada
On 22/07/2008, at 19:24, Kevin Walzer wrote: Tk 8.5 was released last December, and is a big improvement over Tk 8.4. However, Python's binary distributions (for Mac and Windows, anyway) still link against Tk 8.4.x. There's nothing to prevent you from doing your own build of Python with

Re: [Pythonmac-SIG] Tkinter apps hang upon quitting

2008-07-22 Thread Kevin Walzer
Leonardo Santagada wrote: Someone should do a table with the best version of tk for each version of python... Tk 8.5 works with the python that comes with leopard? No. The problem here is that Tk and Python don't move in sync. At the time of Python 2.5's release, the main line of Tk devel

Re: [Pythonmac-SIG] Tkinter apps hang upon quitting

2008-07-22 Thread Leonardo Santagada
On 22/07/2008, at 12:28, Kevin Walzer wrote: I have no problems with the code at the page you referenced. I'm using a custom build of Python 2.5.2 with Tk 8.5.3 on OS X 10.5.4. It launches, runs, and exits cleanly. Someone should do a table with the best version of tk for each version o

Re: [Pythonmac-SIG] Tkinter apps hang upon quitting

2008-07-22 Thread Kevin Walzer
Michael Crawford wrote: On Tue, Jul 22, 2008 at 6:22 AM, Kevin Walzer <[EMAIL PROTECTED]> wrote: What version of Tcl/Tk do you have installed? Actually, I'm not real sure. I assumed that they were bundled with the MacPython 2.5.2 download, but a long time ago I built Tcl and Tk 8.4.11 from so

Re: [Pythonmac-SIG] Tkinter apps hang upon quitting

2008-07-22 Thread Michael Crawford
On Tue, Jul 22, 2008 at 6:22 AM, Kevin Walzer <[EMAIL PROTECTED]> wrote: > What version of Tcl/Tk do you have installed? Actually, I'm not real sure. I assumed that they were bundled with the MacPython 2.5.2 download, but a long time ago I built Tcl and Tk 8.4.11 from source. Do I need to build

Re: [Pythonmac-SIG] Tkinter apps hang upon quitting

2008-07-22 Thread Kevin Walzer
Michael Crawford wrote: Hi, I'm new to the list, and new to Tkinter. I'm working my way through the Tkinter tutorial, but every time I try to quit a Tkinter program, it hangs with the spinning cursor, and won't completely quit. This happens with even very simple programs, and doesn't seem to h