Message93676
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. |
|
Date |
User |
Action |
Args |
2009-10-07 04:19:51 | terry.reedy | set | recipients:
+ terry.reedy, gregorlingl, r.david.murray |
2009-10-07 04:19:50 | terry.reedy | set | messageid: <1254889190.96.0.556026984886.issue6717@psf.upfronthosting.co.za> |
2009-10-07 04:19:48 | terry.reedy | link | issue6717 messages |
2009-10-07 04:19:47 | terry.reedy | create | |
|