raise ImportError(str(msg) + ', please install the python3-tk package')
ImportError: No module named '_tkinter', please install the python3-tk package
解决办法:
首先udo apt-get update
然后sudo apt-get install python3-tk
raise ImportError(str(msg) + ', please install the python3-tk package')
ImportError: No module named '_tkinter', please install the python3-tk package
解决办法:
首先udo apt-get update
然后sudo apt-get install python3-tk