Problems with IDLE in Windows 8.1 and installer x86 Version 3.10.8

Eryk Sun eryksun at gmail.com
Fri Nov 11 17:21:35 EST 2022


On 11/11/22, darkstone at o2online.de <darkstone at o2online.de> wrote:
>
> What can I do for the next step to find, why IDLE isn’t working?

The question is why tkinter isn't working. IDLE not working is just a
symptom of the underlying problem. In the command prompt, run 32-bit
Python 3.10 via `py -3.10-32`. In Python's interactive shell, run
`import _tkinter`. Please paste any resulting traceback and error
message in your reply to this message.


More information about the Python-list mailing list