Bug 1074309
Summary: | [abrt] dissy: InfoBox.py:14:<module>:ImportError: No module named webkit | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | 汪明衡 <ifoolb> | ||||||
Component: | dissy | Assignee: | Christopher Meng <i> | ||||||
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||
Severity: | unspecified | Docs Contact: | |||||||
Priority: | unspecified | ||||||||
Version: | 20 | CC: | adrienverge, i, lnie, marbolangos | ||||||
Target Milestone: | --- | ||||||||
Target Release: | --- | ||||||||
Hardware: | x86_64 | ||||||||
OS: | Unspecified | ||||||||
URL: | https://retrace.fedoraproject.org/faf/reports/bthash/19598412ae92cbac22883a9998e32e1a5763a13e | ||||||||
Whiteboard: | abrt_hash:ae383f73016536c5563e8576a5ea56a01b989fee | ||||||||
Fixed In Version: | dissy-10-3.fc21 | Doc Type: | Bug Fix | ||||||
Doc Text: | Story Points: | --- | |||||||
Clone Of: | Environment: | ||||||||
Last Closed: | 2015-01-27 02:59:53 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: | |||||||||
Attachments: |
|
Description
汪明衡
2014-03-09 15:28:30 UTC
Created attachment 872422 [details]
File: backtrace
Created attachment 872423 [details]
File: environ
Hi, This issue is simple to solve, you need to add the dependency : pywebkitgtk To solve : # yum install pywebkitgtk The spec can be patch with: --- dissy.spec 2014-08-06 10:20:22.682408659 +0200 +++ dissy.spec.old 2014-08-06 10:20:04.576083561 +0200 @@ -11,7 +11,6 @@ Requires: binutils Requires: pygtk2 Requires: pygobject2 -Requires: pywebkitgtk BuildArch: noarch %description Problem still not corrected in Fedora 21 (dissy-10-2.fc21.noarch). dissy-10-3.fc21 has been submitted as an update for Fedora 21. https://admin.fedoraproject.org/updates/dissy-10-3.fc21 dissy-10-2.fc20 has been submitted as an update for Fedora 20. https://admin.fedoraproject.org/updates/dissy-10-2.fc20 Package dissy-10-2.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 dissy-10-2.fc20' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2015-0872/dissy-10-2.fc20 then log in and leave karma (feedback). dissy-10-3.fc21 works dissy-10-2.fc20 has been pushed to the Fedora 20 stable repository. If problems still persist, please make note of it in this bug report. dissy-10-3.fc21 has been pushed to the Fedora 21 stable repository. If problems still persist, please make note of it in this bug report. |