[issue25552] python turtle page does not run

2015-11-05 Thread R. David Murray
R. David Murray added the comment: This is not a place to get help with turtle programming, but rather a place to report bugs. We know turtle works, we have tests :). For help your best bet would be the python-list mailing list, or perhaps python-tutor. Probably the latter: I note that you

[issue25552] python turtle page does not run

2015-11-04 Thread Anthony C
New submission from Anthony C: Making this simple code to mess with turtle well it seems like after awhile I have encountered the window = turtle.Screen() doesnt seem to even open it up only the shell window and does nothing afterwards. Its quite annoying especially trying to practice with it