Description of problem: yumex dies shortly after requesting the root password Version-Release number of selected component (if applicable): yumex 1.0.1-1.0.fc6 How reproducible: Always Steps to Reproduce: 1. Run yumex from the command line 2. 3. Actual results: Traceback (most recent call last): File "/usr/share/yumex/yumexmain.py", line 36, in ? from yumex.yum24XBase import * File "/usr/lib/python2.4/site-packages/yumex/yum24XBase.py", line 26, in ? from repomd import mdUtils, mdErrors ImportError: No module named repomd Expected results: yumex should work Additional info:
What version of yum are you running. rpm -qa | grep yum
yum 2.9.0-7 yum-metadata-parser 1.0-7
The error occurs because of the yum API changes in Yum 2.9.0, Im working to get yumex to work with yum 2.9.0.
*** This bug has been marked as a duplicate of 195770 ***