[Bug 162709] Re: yum can't load cElementTree module

2007-12-30 Thread Benjamin Mako Hill
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

[Bug 162709] Re: yum can't load cElementTree module

2007-12-15 Thread Scott Kitterman
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