| Summary: | [abrt] icaro-1.0.2-3.fc20: motor.py:26:<module>:ImportError: No module named rsvg | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Alex Irmel Oviedo Solis <alleinerwolf> | ||||||
| Component: | icaro | Assignee: | Eduardo Echeverria <echevemaster> | ||||||
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||
| Severity: | unspecified | Docs Contact: | |||||||
| Priority: | unspecified | ||||||||
| Version: | 20 | CC: | echevemaster, edvm, vinicius.passini, yajosev | ||||||
| Target Milestone: | --- | ||||||||
| Target Release: | --- | ||||||||
| Hardware: | i686 | ||||||||
| OS: | Unspecified | ||||||||
| URL: | https://retrace.fedoraproject.org/faf/reports/bthash/c969b929362baaefbd2e6917ec1eb77974dafcd5 | ||||||||
| Whiteboard: | abrt_hash:043654b8f00403a00d5ac392e44f470542ee8a7a | ||||||||
| Fixed In Version: | icaro-1.0.4-1.fc20 | Doc Type: | Bug Fix | ||||||
| Doc Text: | Story Points: | --- | |||||||
| Clone Of: | Environment: | ||||||||
| Last Closed: | 2015-03-01 06:49: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: | |||||||
| Attachments: |
|
||||||||
Created attachment 822447 [details]
File: backtrace
Created attachment 822448 [details]
File: environ
Another user experienced a similar problem: After click to execute , appeared a crash report. reporter: libreport-2.2.2 cmdline: python /usr/share/icaro/main.py executable: /usr/share/icaro/main.py kernel: 3.14.4-200.fc20.i686 package: icaro-1.0.3-1.fc20 reason: motor.py:26:<module>:ImportError: No module named rsvg runlevel: N 5 type: Python uid: 1000 This is fixed by installing gnome-python2-rsvg, for example at fedora 20 (x84_64): sudo yum install gnome-python2-rsvg.x86_64 Surely this dependency should be listed in the rpm-spec file. icaro-1.0.4-1.fc21 has been submitted as an update for Fedora 21. https://admin.fedoraproject.org/updates/icaro-1.0.4-1.fc21 icaro-1.0.4-1.fc20 has been submitted as an update for Fedora 20. https://admin.fedoraproject.org/updates/icaro-1.0.4-1.fc20 Package icaro-1.0.4-1.fc20: * should fix your issue, * was pushed to the Fedora 20 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing icaro-1.0.4-1.fc20' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2015-0572/icaro-1.0.4-1.fc20 then log in and leave karma (feedback). icaro-1.0.4-1.fc21 has been pushed to the Fedora 21 stable repository. If problems still persist, please make note of it in this bug report. icaro-1.0.4-1.fc20 has been pushed to the Fedora 20 stable repository. If problems still persist, please make note of it in this bug report. |
Description of problem: Running the icaro from terminal I get this error: Traceback (most recent call last): File "/usr/share/icaro/main.py", line 32, in <module> from motor import MotorCairo File "/usr/share/icaro/motor.py", line 26, in <module> import rsvg ImportError: No module named rsvg Version-Release number of selected component: icaro-1.0.2-3.fc20 Additional info: reporter: libreport-2.1.9 cmdline: python /usr/share/icaro/main.py executable: /usr/share/icaro/main.py kernel: 3.11.7-300.fc20.i686 runlevel: N 5 type: Python uid: 1000 Truncated backtrace: #1 <module> in /usr/share/icaro/motor.py:26 #2 <module> in /usr/share/icaro/main.py:32