故障现象:improt tkinter报错If this fails your Python may not be configured for Tk
python版本:python3.8.6
操作系统:win10
研究了好久,应该是安装python时,这个tcl/tk安装不正确或者文件出错导致的。这项下面注释很清楚tcl/tk是tkinter的开发环境。
解决方案:
退出所有正在运行的python项目,打开安装包选择【repair】。修复完会重启电脑,打开就能使用了。
测试一下,没有报错了。方法很简单。
python3.8导入tkinter报错If this fails your Python may not be configured for Tk
于 2020-11-03 16:00:18 首次发布