Bug 387411
| Summary: | python-virtinst should depend on libxml2-python | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Cristian Ciupitu <cristian.ciupitu> |
| Component: | python-virtinst | Assignee: | Cole Robinson <crobinso> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | low | Docs Contact: | |
| Priority: | low | ||
| Version: | 8 | ||
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | 0.300.2-2.fc8 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2008-01-22 15:32:33 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: | |||
Same problem for me. Can somebody fix this and add libxml2-python to requirements? Thanks. Applied a fix for this: http://hg.et.redhat.com/virt/applications/virtinst--devel?cs=9f0b17c174c4 I'll close this bug when a new release is pushed. Thanks! python-virtinst-0.300.2-2.fc8 has been pushed to the Fedora 8 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update python-virtinst' python-virtinst-0.300.2-2.fc8 has been pushed to the Fedora 8 stable repository. If problems still persist, please make note of it in this bug report. |
If I have python-virtinst-0.300.1-3.fc8 installed, but not libxml2-python, the following error occurs: [christi@hermes ~]$ virt-install Traceback (most recent call last): File "/usr/bin/virt-install", line 21, in <module> import libxml2 ImportError: No module named libxml2 After installing libxml2-python the problem disappears.