New submission from Alexander Belopolsky <belopol...@users.sourceforge.net>:
I believe any Tkinter app will exhibit the same behavior, but I discovered this with idle and verified with wish.py: $ ./python.exe Demo/tkinter/guido/wish.py % quit Traceback (most recent call last): File "Demo/tkinter/guido/wish.py", line 22, in <module> if tk.getboolean(tk.call('info', 'complete', cmd)): _tkinter.TclError: expected boolean value but got "" Note that the Traceback above is probably due to another bug. If you start wish.py from a terminal covering the top left corner of the screen, the wish window will appear under the terminal window. ---------- assignee: ronaldoussoren components: IDLE, Macintosh, Tkinter messages: 111641 nosy: belopolsky, ronaldoussoren priority: normal severity: normal status: open title: Tkinter windows pop under the terminal in OSX type: behavior _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue9384> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com