[issue9384] Tkinter windows pop under the terminal in OSX

Alexander Belopolsky report at bugs.python.org
Mon Jul 26 18:45:01 CEST 2010


New submission from Alexander Belopolsky <belopolsky at 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 <report at bugs.python.org>
<http://bugs.python.org/issue9384>
_______________________________________


More information about the Python-bugs-list mailing list