System exit hanging in Leopard

2007-11-10 Thread Tony Mullen
Tkinter.py", line 1405, in __call__ raise SystemExit, msg SystemExit -- Tony Mullen Department of Computer Science, Tsuda College 2-1-1 Tsudamachi, Kodairashi Tokyo 187-8577, Japan Tel: +81-42-342-5482 -- http://mail.python.org/mailman/listinfo/python-list

System exit hanging in Leopard

2007-11-08 Thread Tony Mullen
Hello, I'm using Tkinter to create widgets in Python 2.5 on OS X 10.5. When I call root.quit or sys.exit in any way, the following traceback appears, after which the application stops responding and just gives the spinning rainbow cursor. The IDLE editor and the Python shell remain responsive, a

Re: IDLE and opening with Python 2.5

2007-10-16 Thread Tony Mullen
Well, for what it is worth, the solution to my problem is... just to wait a while. Even after re-starting the machine, I was still having the problems I described. Now I check it after a few hours of the machine being asleep and lo and behold, everything is as advertised. Seems to all be working

IDLE and opening with Python 2.5

2007-10-15 Thread Tony Mullen
Hello, I have several problems. I have installed 2.5.1 on Windows XP. I had a previous installation of Python 2.4 which, in trying to solve the first problem I uninstalled. At present, as far as I know, I only have 2.5.1 installed. Python itself seems to work. If I click python.exe it runs. H