This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

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
Priority: normal Keywords:

Created on 2004-11-11 15:06 by hfoffani, last changed 2022-04-11 14:56 by admin. This issue is now closed.

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) * (Python committer) Date: 2004-11-16 21:33
Logged In: YES 
user_id=149084

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

Backported to 2.3.5
History
Date User Action Args
2022-04-11 14:56:08adminsetgithub: 41163
2004-11-11 15:06:58hfoffanicreate