Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.001 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'anyway': 0.03; 'subject:IDLE': 0.03; '3.2': 0.05; 'received:verizon.net': 0.07; 'terry': 0.07; 'python': 0.08; 'accident,': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:80.91.229.12': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'received:lo.gmane.org': 0.09; 'subject:python': 0.11; 'reedy': 0.16; 'wrote:': 0.16; 'setup.': 0.18; 'jan': 0.19; 'header:In-Reply-To:1': 0.22; 'opens': 0.23; 'pm,': 0.24; 'windows': 0.26; "i'm": 0.27; 'problem': 0.28; 'idle': 0.29; 'second': 0.29; 'there': 0.33; 'to:addr:python- list': 0.33; 'instead': 0.33; "i've": 0.34; 'difference': 0.34; 'header:User-Agent:1': 0.34; 'quite': 0.34; 'header:X-Complaints- To:1': 0.35; 'running': 0.35; 'file': 0.36; 'another': 0.37; 'using': 0.37; 'something': 0.37; 'open': 0.37; 'received:org': 0.38; 'subject:: ': 0.39; 'header:Mime-Version:1': 0.39; 'else': 0.39; 'to:addr:python.org': 0.39; 'subject:from': 0.40; "it's": 0.40; 'more': 0.60; 'school': 0.61; 'your': 0.61; 'details': 0.65; 'home': 0.66; "'it": 0.84; 'remedy': 0.84 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Terry Reedy Subject: Re: IDLE from python 3.2 constantly crashes Date: Sat, 03 Sep 2011 15:20:52 -0400 References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Gmane-NNTP-Posting-Host: pool-74-109-121-73.phlapa.fios.verizon.net User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:6.0) Gecko/20110812 Thunderbird/6.0 In-Reply-To: X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 16 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1315077713 news.xs4all.nl 2413 [2001:888:2000:d::a6]:48861 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:12718 On 9/3/2011 1:54 PM, Joshua Miller wrote: > Ok i've been using IDLE on my home computer and everytime i try and > open a file that i saved to my hdd instead of my flashdrive(because > it's a school project) by accident, it opens for a second and i try to > do something else like open another file and it crashes. Is there > anyway to remedy this error? > > By the way i'm running python 3.2 on windows 7 if it makes a difference Since I and others am using the same (3.2 on Win 7) quite successfully, it is hard to know what the problem is with your setup. Start with more details of exactly what you do and what 'it crashes' means. -- Terry Jan Reedy