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.

Author serhiy.storchaka
Recipients christian.heimes, epaine, erlendaasland, ronaldoussoren, serhiy.storchaka, terry.reedy
Date 2022-03-17.16:17:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1647533824.86.0.40326907407.issue46996@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2022-03-17 16:17:04serhiy.storchakasetrecipients: + serhiy.storchaka, terry.reedy, ronaldoussoren, christian.heimes, erlendaasland, epaine
2022-03-17 16:17:04serhiy.storchakasetmessageid: <1647533824.86.0.40326907407.issue46996@roundup.psfhosted.org>
2022-03-17 16:17:04serhiy.storchakalinkissue46996 messages
2022-03-17 16:17:04serhiy.storchakacreate