Where can I download this programm?
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):
问题:
回答1:
Any recent version of Python should come with Tkinter support. To my knowledge, you shouldn't need to install anything else.
回答2:
As a standard python library, Tkinter is part of any standard Python installation. You can can get a standard python installation at http://www.python.org/download/.
回答3:
If you worked on linux , and you don't have the root privilege . You need to install python locally. You can't use like the following commands:
apt-get install python-tk
sudo apt-get install python-tk
You can get the tcl/tk right here http://www.tcl.tk/software/tcltk/download.html. And then refer to this Install tkinter and python locally