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: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.002 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'weeks.': 0.07; "'python": 0.09; 'idea?': 0.09; 'opening.': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'python': 0.11; 'gui': 0.12; 'jan': 0.12; 'wrote': 0.14; '2.7': 0.14; 'clear.': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'reedy': 0.16; 'reinstalled': 0.16; 'subject:gui': 0.16; 'try?': 0.16; 'fix': 0.17; 'wrote:': 0.18; 'trying': 0.19; 'command': 0.22; 'header:User-Agent:1': 0.23; '(or': 0.24; 'header:X -Complaints-To:1': 0.27; 'header:In-Reply-To:1': 0.27; 'installed': 0.27; "doesn't": 0.30; 'work.': 0.31; 'another': 0.32; 'open': 0.33; 'running': 0.33; 'something': 0.35; 'case,': 0.35; 'but': 0.35; 'version': 0.36; 'idle': 0.36; 'possible': 0.36; 'stopped': 0.38; 'work?': 0.38; 'to:addr:python-list': 0.38; 'pm,': 0.38; 'does': 0.39; 'bad': 0.39; 'itself': 0.39; 'to:addr:python.org': 0.39; 'either': 0.39; 'received:org': 0.40; 'how': 0.40; 'remove': 0.60; 'times': 0.62; 'email addr:gmail.com': 0.63; 'subject:The': 0.64; 'six': 0.68; 'night,': 0.68; 'home': 0.69; 'day': 0.76; 'received:fios.verizon.net': 0.84 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Terry Reedy Subject: Re: The idle gui Date: Sat, 14 Mar 2015 14:37:01 -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-98-114-97-173.phlapa.fios.verizon.net User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 In-Reply-To: X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.19 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: 30 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1426358239 news.xs4all.nl 2910 [2001:888:2000:d::a6]:53315 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:87440 On 3/13/2015 4:58 PM, lmzentman@gmail.com wrote: > My python program was running for over six weeks. This is not clear. Do you mean that you wrote a program in python and that it ran continously, day and night, for 6 weeks? Or that you successfully used python on and off for 6 weeks? In either case, what version of python and what platform? > Then the idle gui stopped opening. How are you trying to open Idle? When happens when you try? In any case, try opening from a command line with 'python -m idlelib' (or idlelib.idle on 2.7 or before). > I have reinstalled several times but it doesn't work. What does not work? Python itself or just Idle? > Any idea? One reason that Idle can stop working is that you (or something) made a bad configuration change. The way to fix this is to find .idlerc in your home directory and empty it to remove the bad configuration. Another possible reason is that you installed something or made a change to a system setting that interferes with Idle starting. -- Terry Jan Reedy