The idle gui

Terry Reedy tjreedy at udel.edu
Sat Mar 14 14:37:01 EDT 2015


On 3/13/2015 4:58 PM, lmzentman at 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




More information about the Python-list mailing list