Python 3.5.0b3、3.5.0rc1:如何让 tkinter、Idle 和 turtle 在 Windows 上工作

Python 3.5.0b3, 3.5.0rc1: How to make tkinter, Idle, and turtle work on Windows

我在 Win 7 Pro 上 Python 安装时遇到问题。 Python 3.5a2 安装没有任何问题,工作正常。 Python 3.5rc1 安装没有任何问题,但闲置不起作用。 一些是 3.5b3.

你有什么想法吗?

这是最近 3.5.0 Windows 安装程序中的一个错误。

症状:在Windows台没有安装VS2015的机器上安装3.5.0rc1(例如)。 运行 交互式 python 并输入 import tkinter 或 运行 一个程序(Idle、Turtle、turtledemo 或您自己的程序)。获取消息

Your Python may not be configured for Tk.

修复:在python35安装目录下,找到子目录/DLLs。在那个找到子目录 /MicrosoftVC140.CRT 中有一个文件 vcruntime140.dll。将此文件向上移动到 /DLLs(将 /MicrosoftVC140.CRT 留空)。 Tkinter 现在应该可以工作了。