0

我无法xml.etree.cElementTree在 Python 2.7 上导入。在网上,它说它已经实现了,所以我不必安装它。(它对我来说正在使用 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

我希望你能帮助我。

亲切的问候,马库斯

4

1 回答 1

0

我刚刚发现那个目录中有一个旧的 xml.pyc 文件,它没有出现在 PyCharm 中。它阻止了“真实”的 XML 加载。

于 2019-09-05T13:00:05.267 回答