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


Groups > comp.lang.python > #87440

Re: The idle gui

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 <python-python-list@m.gmane.org>
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 <tjreedy@udel.edu>
Subject Re: The idle gui
Date Sat, 14 Mar 2015 14:37:01 -0400
References <f2c617b9-8660-44b8-8ffd-63bc1d8400e4@googlegroups.com>
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 <f2c617b9-8660-44b8-8ffd-63bc1d8400e4@googlegroups.com>
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.19
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.368.1426358239.21433.python-list@python.org> (permalink)
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

Show key headers only | View raw


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

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


Thread

The idle gui lmzentman@gmail.com - 2015-03-13 13:58 -0700
  Re: The idle gui sohcahtoa82@gmail.com - 2015-03-13 14:58 -0700
    Re: The idle gui Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2015-03-14 12:24 +1100
      Re: The idle gui Dave Angel <davea@davea.name> - 2015-03-13 21:35 -0400
      Re: The idle gui Chris Angelico <rosuav@gmail.com> - 2015-03-14 20:57 +1100
        Re: The idle gui Rustom Mody <rustompmody@gmail.com> - 2015-03-14 08:16 -0700
      Re: The idle gui Dave Angel <davea@davea.name> - 2015-03-14 09:04 -0400
      Re: The idle gui Chris Angelico <rosuav@gmail.com> - 2015-03-15 09:59 +1100
  Re: The idle gui Mark Lawrence <breamoreboy@yahoo.co.uk> - 2015-03-13 22:12 +0000
  Re: The idle gui Terry Reedy <tjreedy@udel.edu> - 2015-03-14 14:37 -0400

csiph-web