Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #71941
| From | Terry Reedy <tjreedy@udel.edu> |
|---|---|
| Subject | Re: Windows automatic rebooting due to faulty code |
| Date | 2014-05-23 15:19 -0400 |
| References | <fbf47420-bcdf-4cf4-9fdd-fb350c52ff7d@googlegroups.com> <mailman.10246.1400857479.18130.python-list@python.org> <fdbd4917-bd2f-43c4-abc1-cf87a1bc2023@googlegroups.com> <mailman.10248.1400859710.18130.python-list@python.org> <921d8985-0730-4604-985d-7e77a4a4b45f@googlegroups.com> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.10253.1400872824.18130.python-list@python.org> (permalink) |
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
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Windows automatic rebooting due to faulty code Ronak Dhakan <ronaksoni301@gmail.com> - 2014-05-23 07:56 -0700
Re: Windows automatic rebooting due to faulty code Chris Angelico <rosuav@gmail.com> - 2014-05-24 01:04 +1000
Re: Windows automatic rebooting due to faulty code Ronak Dhakan <ronaksoni301@gmail.com> - 2014-05-23 08:26 -0700
Re: Windows automatic rebooting due to faulty code Chris Angelico <rosuav@gmail.com> - 2014-05-24 01:36 +1000
Re: Windows automatic rebooting due to faulty code Rustom Mody <rustompmody@gmail.com> - 2014-05-23 09:05 -0700
Re: Windows automatic rebooting due to faulty code Ronak Dhakan <ronaksoni301@gmail.com> - 2014-05-23 09:08 -0700
Re: Windows automatic rebooting due to faulty code CHIN Dihedral <dihedral88888@gmail.com> - 2014-05-23 09:30 -0700
Re: Windows automatic rebooting due to faulty code Joel Goldstick <joel.goldstick@gmail.com> - 2014-05-23 12:33 -0400
Re: Windows automatic rebooting due to faulty code Terry Reedy <tjreedy@udel.edu> - 2014-05-23 15:19 -0400
Re: Windows automatic rebooting due to faulty code Michael Torrie <torriem@gmail.com> - 2014-05-23 16:54 -0600
Re: Windows automatic rebooting due to faulty code Irmen de Jong <irmen.NOSPAM@xs4all.nl> - 2014-05-24 02:36 +0200
csiph-web