Serhiy Storchaka <storchaka+cpyt...@gmail.com> added the comment:

After PR 31839 has been merged you cannot build the _tkinter module with Tcl/Tk 
older than 8.5.12. If you will still try to run IDLE on such incomplete build, 
an import error during importing tkinter will be translated to IDLE error:

$ ./python -m idlelib
** IDLE can't import Tkinter.
Your Python may not be configured for Tk. **

IDLE might someday require 8.6 if it start using some 8.6 features 
non-optionally.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue46996>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to