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 <[email protected]>
<http://bugs.python.org/issue11571>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe:
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com