Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #71938

Re: Windows automatic rebooting due to faulty code

Path csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed4.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail
Return-Path <joel.goldstick@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.030
X-Spam-Evidence '*H*': 0.94; '*S*': 0.00; 'subject:Windows': 0.02; 'subject:code': 0.07; 'cc:addr:python-list': 0.11; 'python': 0.11; '23,': 0.16; 'reboot': 0.16; 'wrote:': 0.18; 'email addr:gmail.com&gt;': 0.22; 'cc:addr:python.org': 0.22; 'driver': 0.24; 'cc:2**0': 0.24; 'cc:no real name:2**0': 0.24; '&gt;': 0.26; 'code:': 0.26; 'header:In-Reply-To:1': 0.27; 'message- id:@mail.gmail.com': 0.30; 'url:mailman': 0.30; 'file': 0.32; 'run': 0.32; 'url:python': 0.33; 'maybe': 0.34; 'received:google.com': 0.35; 'there': 0.35; 'machine.': 0.36; 'url:listinfo': 0.36; 'url:org': 0.36; 'virtual': 0.37; 'issue': 0.38; 'pm,': 0.38; 'does': 0.39; 'environment.': 0.39; 'url:mail': 0.40; 'hardware': 0.61; 'happen': 0.63; 'different': 0.65; 'to:addr:gmail.com': 0.65; 'here': 0.66; 'circle': 0.68
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=X7qvrm3eSj6eCPEzCVenwYV5oiQp3iKX0r8PBmCMjLk=; b=q3NlnM1FjwGdstRaHd7jKklQFrdf4ymEVPPATOZtT7IICHMInQNWaRYTHNgfxAiQVF 5uFb/AaGhfNqH9aeGhWiZP4aXav8D50jAnzqMJaCwJrSrnnZCSGPyMTanD6IZkClSDk7 dDMGRxgWPLTykneJ4hrGZ2rCJUEk3N9WAnwM2KnkJCMETOKx8RDYP5RjqWvhGQ1yQozb 0/LVBn0CvlLmYtRaKFD2+zZLjfB8S2FoLp3vn7WlYKjlhz12hE+vEXSSnK79McG0AHJb pC7zydbD7vz+wUJIOqwBuA0TCGngOx8ndLJVlQWwh5gjIjk0RouF+A/m09xZMhtfWpYH pjqg==
MIME-Version 1.0
X-Received by 10.220.167.2 with SMTP id o2mr5303021vcy.8.1400862836851; Fri, 23 May 2014 09:33:56 -0700 (PDT)
In-Reply-To <921d8985-0730-4604-985d-7e77a4a4b45f@googlegroups.com>
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>
Date Fri, 23 May 2014 12:33:56 -0400
Subject Re: Windows automatic rebooting due to faulty code
From Joel Goldstick <joel.goldstick@gmail.com>
To Ronak Dhakan <ronaksoni301@gmail.com>
Content-Type multipart/alternative; boundary=089e011618cec50bea04fa13cbec
Cc python-list@python.org
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.15
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list/>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.10250.1400862845.18130.python-list@python.org> (permalink)
Lines 29
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1400862845 news.xs4all.nl 2868 [2001:888:2000:d::a6]:57648
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:71938

Show key headers only | View raw


[Multipart message — attachments visible in raw view] - view raw

On May 23, 2014 12:12 PM, "Ronak Dhakan" <ronaksoni301@gmail.com> 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://mail.python.org/mailman/listinfo/python-list
Try on different machine. Maybe hardware or driver issue

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


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