> On 22 Nov 2022, at 16:09, r...@zedat.fu-berlin.de wrote:
> 
> darkst...@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
> 

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

Reply via email to