【发布时间】:2014-12-03 22:26:40
【问题描述】:
我有 Windows 7 64 位,我正在使用 64 位的 python 3.4.1,但我仍然收到导入错误。我在我的 python34/Lib/ 目录中搜索并找到了 tkinter 文件夹,但我仍然无法让 tkinter 工作。我是 python 的新手,所以知道如何解决这个问题吗?
ImportError DLL load failed importing _tkinter
这个链接也提供了一些关于这个问题的观点,但它与 64 位 Windows 上的 32 位 python 相关,而我的是 64 位
【问题讨论】:
-
你是如何安装python的?
标签: windows tkinter python-3.4