Problems with IDLE in Windows 8.1 and installer x86 Version 3.10.8
Eryk Sun
eryksun at gmail.com
Tue Nov 1 17:18:32 EDT 2022
On 11/1/22, darkstone at o2online.de <darkstone at o2online.de> wrote:
>
> **IDLE can’t Import TKINTER
>
> Python may not be configured for TK**
>
> Checkmark for TK is set in the Installation Progress. What went wrong and ho
> can I fix it?
Run the following command to check whether the ImportError has any
further information.
py -3.10-32 -c "from tkinter import *"
It could be a missing extension module or DLL, or mismatched version.
You could try modifying the installation to remove tkinter and IDLE,
and then again to restore it.
More information about the Python-list
mailing list