Windows automatic rebooting due to faulty code

Terry Reedy tjreedy at udel.edu
Fri May 23 15:19:52 EDT 2014


On 5/23/2014 12:08 PM, Ronak Dhakan wrote:
> It is a small file to draw an approximate circle using Turtle.
 > The reboot does not happen consistently. Here is the code:
 > http://pastebin.com/8T3aRCEd

from swampy.TurtleWorld import *
world = TurtleWorld()

This is not the turtle module in the stdlib. It is most like the source 
of your reboot problem. Report your problem to the author. Also try 
running your example in the Windows console. (Not nearly as nice, I 
know.) There might possibly be a bad interaction with Idle.

-- 
Terry Jan Reedy




More information about the Python-list mailing list