classification
Title: IDLE doesn't start again when saving empty key set
Type: Stage:
Components: IDLE Versions: Python 2.4
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: kbk Nosy List: hfoffani, kbk (2)
Priority: normal Keywords

Created on 2004-11-11 15:06 by hfoffani, last changed 2005-01-19 07:21 by kbk.

Messages (4)
msg23100 - (view) Author: Hernan Foffani (hfoffani) Date: 2004-11-11 15:06
To reproduce:
- Start IDLE
- Go to Options/Configure IDLE/Keys
- Click in "Save as New..." *without selecting anything 
before*
- Enter any name in the textbox.
- Ok/Apply/Ok
- Close IDLE.

IDLE doesn't start again.

Workaround:
- delete the user's .idlerc/config-main.cfg file

Python 2.3.4
Windows 2000 pro Spanish version.
msg23101 - (view) Author: Hernan Foffani (hfoffani) Date: 2004-11-11 15:41
Logged In: YES 
user_id=112690

The same behaviour is happening if you select a key from the 
list before saving.
msg23102 - (view) Author: Kurt B. Kaiser (kbk) Date: 2004-11-16 21:33
Logged In: YES 
user_id=149084

configDialog.py 1.60
msg23103 - (view) Author: Kurt B. Kaiser (kbk) Date: 2005-01-19 07:21
Logged In: YES 
user_id=149084

Backported to 2.3.5
History
Date User Action Args
2004-11-11 15:06:58hfoffanicreate