[issue21973] Can't use Idle

SilentGhost report at bugs.python.org
Sun Jul 13 17:44:49 CEST 2014


SilentGhost added the comment:

IDLE supports extensions: https://docs.python.org/3/library/idle.html#extensions
And that was a user-configuration file that got corrupted somehow. As it's an optional feature, IDLE can work without it.

You can use your favourite text editor to compose programs and then use console to run them. It might be more convenient even for smaller programs.

----------
resolution:  -> not a bug
stage:  -> resolved

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


More information about the Python-bugs-list mailing list