windows下python3.2版本之后是自动安装tkinter的,python3.3的引入方式为: >>> import _tkinter >>> import tkinter >>> tkinter._test() >>>