I am running linux mint and have downloaded the requirements for the tool, but when I run HiyaCFW_Helper.py i get this error
Traceback (most recent call last):
File "./HiyaCFW_Helper.py", line 8, in
from tkinter import (Tk, Frame, LabelFrame, PhotoImage, Button, Entry, Checkbutton, Radiobutton,
File "/usr/local/lib/python3.8/tkinter/init.py", line 36, in
import _tkinter # If this fails your Python may not be configured for Tk
ModuleNotFoundError: No module named '_tkinter'
I am running linux mint and have downloaded the requirements for the tool, but when I run HiyaCFW_Helper.py i get this error Traceback (most recent call last): File "./HiyaCFW_Helper.py", line 8, in
from tkinter import (Tk, Frame, LabelFrame, PhotoImage, Button, Entry, Checkbutton, Radiobutton,
File "/usr/local/lib/python3.8/tkinter/init.py", line 36, in
import _tkinter # If this fails your Python may not be configured for Tk
ModuleNotFoundError: No module named '_tkinter'