I was always under the wrong impression that Tkinter is bundled with Python.
It should be. Maybe your distro splits it off. π€
I was always under the wrong impression that Tkinter is bundled with Python.
It should be. Maybe your distro splits it off. π€
@movq@www.uninformativ.de Yep, thereβs python3-tk
and a bunch more packages with extensions.
@movq@www.uninformativ.de I can confirm.
An intern practicing with turtle
had an error when launching it the first time because it was missing tkinter
which it use internally.