Python 3.11.0 installation and Tkinter does not work

Barry barry at barrys-emacs.org
Tue Nov 22 17:18:50 EST 2022



> On 22 Nov 2022, at 16:09, ram at zedat.fu-berlin.de wrote:
> 
> darkstone at o2online.de writes:
>>> ImportError: DLL load failed while importing _tkinter: Das angegebene
>>> Modul wurde nicht gefunden.
> 
>  If you have not already done so, make sure that you install
>  Python from python.org.
> 
>  Then, after the installation, you also should make sure that
>  you actually use this installed version.
> 
> import sys
> sys.version_info
> import tkinter
> 
>  It is possible that you have installed a different version
>  of Python before and accidentally have opened that version,
>  which may not include tkinter.

In which case the error is module not found.
The error reported suggests that a dll that _tkinter needs is missing.

Barry

> 
> 
> -- 
> https://mail.python.org/mailman/listinfo/python-list
> 



More information about the Python-list mailing list