Python 3.11.0 installation and Tkinter does not work
Jason Friedman
jsf80238 at gmail.com
Wed Nov 23 21:49:19 EST 2022
>
> I want learn python for 4 weeks and have problems, installing Tkinter. If
> I installed 3.11.0 for my windows 8.1 from python.org and type
>
> >>> import _tkinter
> > Traceback (most recent call last):
> > File "<stdin>", line 1, in <module>
> > ImportError: DLL load failed while importing _tkinter: Das angegebene
> > Modul wurde nicht gefunden.
>
> > So I it is a tkinter Problem and I tried this:
>
> > >>> import _tkinter
> > Traceback (most recent call last):
> > File "<stdin>", line 1, in <module>
> > ImportError: DLL load failed while importing _tkinter: Das angegebene
> > Modul wurde nicht gefunden.
>
> How can I fix this and make it work?
>
Have a look at
https://stackoverflow.com/questions/25905540/importerror-no-module-named-tkinter
.
Most of the answers are for Linux/Mac, but there are Windows answers there,
too.
More information about the Python-list
mailing list