Die Suche ergab 2 Treffer

von spalbird
Montag 20. Juni 2022, 23:18
Forum: Tkinter
Thema: tklib importieren funktioniert nicht - warum?
Antworten: 5
Zugriffe: 2688

Re: tklib importieren funktioniert nicht - warum?

@__blackjack__ Ich versuche mich zügig fit für eine Aufgabe mit tkinter zu machen. Verschiedene Beispielprogramme verwenden die tklib. Auch im Tutorial wird sie verwendet. Ich erwarte dass ich diese Beispiele nachvollziehen kann und gehe davon aus dass sie anderswo funktionieren. Ich habe gute ...
von spalbird
Montag 20. Juni 2022, 17:22
Forum: Tkinter
Thema: tklib importieren funktioniert nicht - warum?
Antworten: 5
Zugriffe: 2688

tklib importieren funktioniert nicht - warum?

Ich habe folgendes Problem mit allen meinen Python Installationen (Anaconda Python 3.8.3, Portable Python 3.9, Python 3.10.1, Python 2.7.10) => tklib lässt sich nicht importieren oder ist nicht installiert

>>> from tklib import *
Traceback (most recent call last):
File "<stdin>", line 1, in ...