[issue40031] IDLE fails trying to inport old idlelib file names for config

Terry J. Reedy report at bugs.python.org
Sat May 2 14:04:31 EDT 2020


Terry J. Reedy <tjreedy at udel.edu> added the comment:

Module 'autoexpand' has a class 'AutoExpand' imported by editor.py near the top.  After rechecking the editor and config code, I am sure that the only way editor line 1115 could try to import *module* AutoExpand is if either idlelib/config-extensions.def or .idlerc/config-extensions.cfg contains a section header '[AutoExpand]'.  Since the latter does not exist on your machine, it must be the former.  Please attach your copy of config-extensions.def.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue40031>
_______________________________________


More information about the Python-bugs-list mailing list