IDLE can't import Tkinter.
Your Python may not be configured for Tk. **
启动python集成开发环境idle时,出现上面的错误。原因是没有安装tkinter。
tkinter在archlinux中包含在python-pmw这个软件包中
#pacman -S python-pmw
IDLE can't import Tkinter.
Your Python may not be configured for Tk. **
启动python集成开发环境idle时,出现上面的错误。原因是没有安装tkinter。
tkinter在archlinux中包含在python-pmw这个软件包中
#pacman -S python-pmw