【发布时间】:2013-05-19 21:41:54
【问题描述】:
今天开始搞乱 Tkinter,但是当我尝试运行我的第一个程序时它崩溃了。看来原因是我没有 Tkinter。这是 Windows 7 上 Python 3.3 的标准安装,为什么不存在?我怎样才能得到它?
【问题讨论】:
-
请发布您遇到的任何错误。
-
确保您导入的是小写字母,即“tkinter”而不是“Tkinter”
标签: python python-3.x tkinter