python2.6导入错误

时间:2013-04-12 05:13:33

标签: python python-2.7 python-3.x

我正在移植我写的3到2.6的python脚本,我遇到了错误,我找不到相应的导入。

import win32com.client
from Tkinter import FileDialog

如何解决这些问题?

使用Python 2.6.5

在win32上的Python 2.6.5(r265:79096,2010年3月19日,21:48:26)[MSC v.1500 32位(英特尔)] 输入“copyright”,“credits”或“license()”以获取更多信息。

****************************************************************
Personal firewall software may warn about the connection IDLE
makes to its subprocess using this computer's internal loopback
interface.  This connection is not visible on any external
interface and no data is sent to or received from the Internet.
****************************************************************

IDLE 2.6.5 ====没有子流程====

谢谢你

1 个答案:

答案 0 :(得分:0)

win32com模块不包含在Python中,您需要安装它。 tk filedialog位于tkFileDialog。

另请参阅Reorganizations and renamings chapter中的the book