Scott: Yum seems completely unsable on a default gutsy install. The
problem is that in Python 2.5, you must import from
xml.etree.cElementTree. While cElementTree is installed by default, it's
place in the Python path is different. We either need to make sure i can
be imported by default or we need
I'm assuming you are on Gutsy where Python 2.5 is the default Python.
cElementTree is built into Python 2.5. The separate module is only
provided for the non-default interpreter, Python 2.4. Use the installed
cElementTree that came with Python 2.5.
** Changed in: yum (Ubuntu)
Status: New