0
votes

I have looked in to it Example but can't find out. I am using python3 on linux Ubuntu(PopOs) sudo apt-get install python3-tk dit not work

Traceback (most recent call last): File "Test.py", line 3, in import tkinter ModuleNotFoundError: No module named 'tkinter'

1
Does this answer your question? Tkinter module not found on Ubuntu - Lafexlos

1 Answers

0
votes

Install from python.org Here

When installing click custom and tick everything, Including tk and tcl libraries.