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

--
https://mail.python.org/mailman/listinfo/python-list

Reply via email to