This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author James.Cook
Recipients James.Cook, Marc.Abramowitz, belopolsky, ned.deily, rhettinger, ronaldoussoren
Date 2013-11-24.19:39:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1385321979.94.0.405114639565.issue11571@psf.upfronthosting.co.za>
In-reply-to
Content
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?
History
Date User Action Args
2013-11-24 19:39:40James.Cooksetrecipients: + James.Cook, rhettinger, ronaldoussoren, belopolsky, ned.deily, Marc.Abramowitz
2013-11-24 19:39:39James.Cooksetmessageid: <1385321979.94.0.405114639565.issue11571@psf.upfronthosting.co.za>
2013-11-24 19:39:39James.Cooklinkissue11571 messages
2013-11-24 19:39:39James.Cookcreate