TVC
While runnning a python file in my pod, I encounter a ModuleNotFound Error for tkinter
I have installed tkinter using pip and through
apt-get install python3-tk
. Still getting the error. I don't care about the gui as much as I care that my application completes (the application results are independent of gui tools). What can I do?53 replies