我无法在Python 2.7上导入xml.etree.cElementTree
。在网络上,它说它已经实现了,所以我不必安装它。 (它对我来说适用于Python 3.6,但是出于这里的原因,我需要2.7)
多数民众赞成在控制台输出:
Python 2.7.15+ (default, Nov 27 2018, 23:36:35)
[GCC 7.3.0] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import xml.etree.cElementTree
Failed to import cElementTree from any known place
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: No module named etree.cElementTree
希望你能帮助我。
亲切的问候, 马库斯
答案 0 :(得分:0)
我刚刚发现该目录中有一个旧的xml.pyc文件,该文件未显示在PyCharm中。它阻止了“真实” XML的加载。