在GTK,python中没有名为xml.etree.ElementTree的模块

时间:2014-06-08 11:45:01

标签: python pygtk

我在PyCharm 3.1.3中使用Python 2.7.6,Windows 8.1。

试图运行已经有效的东西并得到错误:

  

文件“C:\ something \ sources \ ParamsWin.py”,第6行,in       import gtk ImportError:没有名为gtk的模块

尝试通过项目设置下载GTK,并获得:

  

ImportError:没有名为xml.etree.ElementTree的模块

试图导入元素树包并得到同样的错误。

我一直在谷歌搜索,似乎有python和这个元素的问题。

任何人,想法?

TIA

1 个答案:

答案 0 :(得分:0)

你说你试图下载GTK?

当我刚刚在自己的上安装GTK 时,我过去遇到了问题(并且xml.etree ......看起来很熟悉)。在我看来,在Windows平台上安装gtk的最好方法是使用其中一个 all-in-one 下载程序:http://ftp.acc.umu.se/pub/GNOME/binaries/win32/pygtk/2.24/

干杯, 西蒙