官术网_书友最值得收藏!

Installing Python and Tkinter

To work on the projects in this chapter, you must have a working copy of Python 3.4.0 installed on your computer.

The Python download package and instructions for downloading for different platforms are available at https://www.python.org/downloads/release/python-340/.

The installer binaries for Mac OS X and the Windows platform are available at the aforementioned link. Python 3.4 is installed by default on Ubuntu 14.04. Unfortunately, Ubuntu 14.04 does not ship with Tkinter. You have to install it manually. Other Linux users can also install the Python Interpreter (v3.4) package from the official repository or build it directly from the source link provided in the aforementioned link.

We will develop our application on the Ubuntu platform. However, since Tkinter is cross-platform, you can follow along with the instructions in this book on Windows, Mac, or any other Linux distribution, without making any modifications to the code.

After installing Python, open the Python 3.4 interactive shell and type in the following command:

>>> import tkinter

This shell command should be executed without an error.

If there are no error messages, the Tkinter module is installed on your Python distribution. When working with examples from this book, we do not support any Python version except for Python 3.4.0, which comes bundled with Tkinter Tcl/Tk Version 8.6. However, most of the examples should work out-of-the-box on other minor Python 3 versions.

To check whether you have the correct Tkinter version on your Python installation, type the following commands in your IDLE or interactive shell:

>>> import tkinter
>>> tkinter._test()

This should make a window pop up. The first line in the window reads This is Tcl/Tk version 8.6. Make sure that it is not 8.5 or any earlier version, as Version 8.6 is a vast improvement over its previous versions.

You are ready to code Tkinter GUI applications if your version test confirms it as Tcl/Tk version 8.6.

Let's get started!

主站蜘蛛池模板: 德清县| 丰台区| 洛扎县| 重庆市| 莒南县| 嘉定区| 城固县| 南丹县| 西青区| 辉南县| 辽宁省| 多伦县| 博客| 天峻县| 绍兴市| 宜兰市| 呼和浩特市| 灌云县| 博野县| 仁化县| 泸定县| 乌海市| 南溪县| 绥宁县| 高唐县| 陈巴尔虎旗| 普宁市| 临江市| 新密市| 仙游县| 精河县| 伊吾县| 万年县| 和田市| 宝山区| 桂林市| 柯坪县| 嘉鱼县| 靖宇县| 白水县| 呼伦贝尔市|