Bug 195804
| Summary: | yumex constantly crashes | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Paul F. Johnson <paul> |
| Component: | yumex | Assignee: | Tim Lauridsen <tim.lauridsen> |
| Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | rawhide | CC: | extras-qa |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2006-06-19 13:10:50 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
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. |
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: