Problems with IDLE in Windows 8.1 and installer x86 Version 3.10.8

Eryk Sun eryksun at gmail.com
Mon Oct 31 18:00:10 EDT 2022


On 10/31/22, darkstone at o2online.de <darkstone at o2online.de> wrote:
>
> I installed the Standard Distribution from python.org again, and i ensured,
> that the checkmark test Suite is enabled. Idle does’nt start. The installer
> says “Installation successfully” at the end.
>
> What went wrong and how can I further delimit the fault/find the error?

Open a command prompt and run the following command:

    py -3.10-32 -m idlelib

If it fails, an exception and traceback should be printed to the console.


More information about the Python-list mailing list