Python 3.11.0 installation and Tkinter does not work

darkstone at o2online.de darkstone at o2online.de
Mon Nov 21 12:59:03 EST 2022


	



Dear list,

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?








More information about the Python-list mailing list