Bug 232590
| Summary: | ImportError: No module named elementtree.SimpleXMLWriter | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Michael Schwendt <bugs.michael> |
| Component: | repoview | Assignee: | Konstantin Ryabitsev <icon> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | high | Docs Contact: | |
| Priority: | medium | ||
| Version: | 7 | CC: | christoph.wickert, michal, opensource, ron, stefmanos, t.matsuu |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | 0.5.2-2.fc7 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2007-07-06 18:13:30 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: | |||
| Bug Depends On: | |||
| Bug Blocks: | 213321 | ||
seems python-elementtree was dropped from f7. recompiling the fc6 rpm fixes it. @ Stephanos Manos It is a run-time failure. Rebuilding the src.rpm cannot fix it. I forgot to add "and installing it (the python-elementtree)" I think the core components of elementtree are included in python-2.5 and python-elementtree package is disappeared from F7. http://effbot.org/zone/element-index.htm Hence this bug report. What has been merged into Python 2.5 is not equal to what used to be in the python-elementtree package. According to the Python-Del ML, XMLWriter was left out. http://mail.python.org/pipermail/python-dev/2006-August/068224.html *** Bug 242803 has been marked as a duplicate of this bug. *** Is anyone working on this? This Bug renders the repoview package completely useless, because it does not do anything. I filled a bug request in upstream's bugzilla: https://devel.linux.duke.edu/bugzilla/show_bug.cgi?id=755 I will backport a fix for F-7 from the trunk. Sorry, the new version that was supposed to fix this is taking longer than I had expected. Cumulative patch for F7: http://mricon.com/trac/changeset/352 The fixed version will show up in F7-testing soon. repoview-0.5.2-2.fc7 has been pushed to the Fedora 7 testing repository. If problems still persist, please make note of it in this bug report. repoview-0.5.2-2.fc7 has been pushed to the Fedora 7 stable repository. If problems still persist, please make note of it in this bug report. *** Bug 247319 has been marked as a duplicate of this bug. *** |
$ repoview . Traceback (most recent call last): File "/usr/bin/repoview", line 40, in <module> from elementtree.SimpleXMLWriter import XMLWriter ImportError: No module named elementtree.SimpleXMLWriter $ rpm -q repoview repoview-0.5.2-1.fc6 $ cat /etc/fedora-release Fedora release 6.91 (Rawhide)