Re: Windows automatic rebooting due to faulty code

2014-05-23 Thread Irmen de Jong
On 24-5-2014 0:54, Michael Torrie wrote: > On 05/23/2014 09:26 AM, Ronak Dhakan wrote: >> Even I am surprised, python errors should stay in python. But I am >> sure that the reboot is triggered exactly when I run some faulty >> code. And usually I change the code after reboot, so I haven't >> check

Re: Windows automatic rebooting due to faulty code

2014-05-23 Thread Michael Torrie
On 05/23/2014 09:26 AM, Ronak Dhakan wrote: > Even I am surprised, python errors should stay in python. But I am > sure that the reboot is triggered exactly when I run some faulty > code. And usually I change the code after reboot, so I haven't > checked whether the same code is able to repeat the

Re: Windows automatic rebooting due to faulty code

2014-05-23 Thread Terry Reedy
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 stdl

Re: Windows automatic rebooting due to faulty code

2014-05-23 Thread CHIN Dihedral
On Saturday, May 24, 2014 12:08:24 AM UTC+8, 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 > > > > I was thinking whether there is a way to run python in a virtual en

Re: Windows automatic rebooting due to faulty code

2014-05-23 Thread Joel Goldstick
On May 23, 2014 12:12 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 > > I was thinking whether there is a way to run python in a virtual environment. > -- > https:

Re: Windows automatic rebooting due to faulty code

2014-05-23 Thread Ronak Dhakan
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 I was thinking whether there is a way to run python in a virtual environment. -- https://mail.python.org/mailman/listinfo/python-list

Re: Windows automatic rebooting due to faulty code

2014-05-23 Thread Rustom Mody
On Friday, May 23, 2014 9:06:32 PM UTC+5:30, Chris Angelico wrote: > > There was a problem while creating the post asking the question. Here it is > > now: > > https://groups.google.com/d/msg/comp.lang.python/WINUrOfAey4/pvbnapLrRcsJ > Solution: Get off Google Groups. Subscribe to python-list@p

Re: Windows automatic rebooting due to faulty code

2014-05-23 Thread Chris Angelico
On Sat, May 24, 2014 at 1:26 AM, Ronak Dhakan wrote: > Even I am surprised, python errors should stay in python. But I am sure that > the reboot is triggered exactly when I run some faulty code. And usually I > change the code after reboot, so I haven't checked whether the same code is > able t

Re: Windows automatic rebooting due to faulty code

2014-05-23 Thread Ronak Dhakan
On Friday, May 23, 2014 8:34:31 PM UTC+5:30, Chris Angelico wrote: > On Sat, May 24, 2014 at 12:56 AM, Ronak Dhakan wrote: > > > I am learning python, and sometimes when I run a file with a faulty, > > windows gives a message that the system is rebooting and gives me 1 minute > > to save my work

Re: Windows automatic rebooting due to faulty code

2014-05-23 Thread Chris Angelico
On Sat, May 24, 2014 at 12:56 AM, Ronak Dhakan wrote: > I am learning python, and sometimes when I run a file with a faulty, windows > gives a message that the system is rebooting and gives me 1 minute to save my > work. Does anyone know how can I fix this? Most of the time a faulty code > give