我无法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
我希望你能帮助我。
亲切的问候,马库斯