[issue28711] IDLE doesn't open

Oliver Schode report at bugs.python.org
Sun Dec 11 05:40:12 EST 2016


Oliver Schode added the comment:

This is a bug you'll run into whenever you set a key binding that is somehow ambiguous to IDLE and for some other reason than being already assigned (for in that case, IDLE will warn, but only then). Like when you set a binding, that would normally be interpreted by the editor for some input modification or so. I think this should be handled more gracefully or at least fail in a more informative way, esp. since beginners on Windows may not be that comfortable on the command line.

A "hard" workaround for the time being is to simply remove your config-keys.cfg file, thus resetting all bindings to their default. On Windows this is usually located in your .idlerc directory in C:\Users\YourName\. You might also edit this file by hand and just remove the offending binding, although that assumes you know which one it is, of course.

----------
nosy: +Ritornell

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue28711>
_______________________________________


More information about the Python-bugs-list mailing list