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 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 minu

Windows rebooting due to faulty code

2014-05-23 Thread Ronak Dhakan
I am learning python, and sometimes when I run a file with a faulty code, 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 gives errors in python, but this is unique. I create files lik

Windows automatic rebooting due to faulty code

2014-05-23 Thread Ronak Dhakan
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 gives errors in python, but this is unique. I create files like Exe

Re: 'Swampy' installation through 'pip'

2014-05-21 Thread Ronak Dhakan
After reading the suggestions... I uninstalled Python 2.7.6 from 'E:\Program Files\Python 2.7.6' & installed in 'C:\Python27'. Then I put 'get-pip.py' file in 'C:\Python27' , opened command prompt, navigated to 'C:\Python27' & ran 'python get-pip.py' and pip was installed.

'Swampy' installation through 'pip'

2014-05-20 Thread Ronak Dhakan
I have just started learning python from How to Think Like a Computer Scientist. It requires me to install 'swampy' (http://www.greenteapress.com/thinkpython/swampy/install.html) which requires me to install 'pip' (https://pip.pypa.io/en/latest/installing.html). I think I was able to so