Installation of Tkinter

2019-09-11 05:06发布

问题:

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