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 terry.reedy
Recipients gregorlingl, r.david.murray, terry.reedy
Date 2009-10-07.04:19:45
SpamBayes Score 3.3082156e-06
Marked as misclassified No
Message-id <1254889190.96.0.556026984886.issue6717@psf.upfronthosting.co.za>
In-reply-to
Content
For anyone trying this on another system: you must specifically click on
and drag the mouse/turtle graphic.

Running from IDLE edit, I get no traceback in the Shell Window, unlike
with the script I attached to #7074 and now here. While I am closing the
latter as probably due to the same cause, it does act differently:
adding the 'speed(0)' command present in dragbug.py appears to have
fixed the problem with turtlecrash.py.

Rewriting dragbug to use tkinter canvas directly would determine whether
the turtle module is a factor. The change of behavior with turtlecrash
with the speed command suggests to me that it might be.
History
Date User Action Args
2009-10-07 04:19:51terry.reedysetrecipients: + terry.reedy, gregorlingl, r.david.murray
2009-10-07 04:19:50terry.reedysetmessageid: <1254889190.96.0.556026984886.issue6717@psf.upfronthosting.co.za>
2009-10-07 04:19:48terry.reedylinkissue6717 messages
2009-10-07 04:19:47terry.reedycreate