[issue11571] Turtle window pops under the terminal on OSX

James Cook report at bugs.python.org
Sun Nov 24 20:39:39 CET 2013


James Cook added the comment:

This problem still exists with the version of turtle bundled with python 3.3.3 and ActiveState ActiveTcl8.5.15.1.  While it may be an issue with the underlying platform, it's unfortunate for young beginners just learning python who don't understand the underlying issue.

If other parents are searching for a solution, this works:

turtle.getscreen()._root.attributes('-topmost', 1)
turtle.getscreen()._root.attributes('-topmost', 0)

Any chance the workaround patch could be applied so I don't have to tell my kid to add this magic to his scripts?

----------
nosy: +James.Cook

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue11571>
_______________________________________


More information about the Python-bugs-list mailing list