Bug 798289

Summary: eric from EPEL6 need PyQt4-webkit as Requires
Product: [Fedora] Fedora EPEL Reporter: Mihai Harpau <mishu>
Component: ericAssignee: Rex Dieter <rdieter>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: el6CC: dennis, rdieter
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: 2012-02-28 14:48:34 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description Mihai Harpau 2012-02-28 14:42:58 UTC
Description of problem:

After installation of eric from EPEL6 I could not run it. Below are errors when run it on gnome-terminal:
[mihai@netop ~]$ eric4
Traceback (most recent call last):
  File "/usr/lib/python2.6/site-packages/eric4/eric4.py", line 60, in <module>
    from KdeQt.KQApplication import KQApplication
  File "/usr/lib/python2.6/site-packages/eric4/KdeQt/__init__.py", line 20, in <module>
    import Preferences
  File "/usr/lib/python2.6/site-packages/eric4/Preferences/__init__.py", line 26, in <module>
    from PyQt4.QtWebKit import QWebSettings
ImportError: No module named QtWebKit

Version-Release number of selected component (if applicable):
RHEL 6.2 up-to-date
EPEL 6
eric-4.4.3-1.el6.x86_64

How reproducible:


Steps to Reproduce:
1. yum install eric
2. try to run from gnome-terminal
3. I see the traceback from above
  
Actual results:


Expected results:


Additional info:
Problem was resolved by installing PyQt4-webkit from EPEL6.
So I think eric package from EPEL6 need a rebuild to have PyQt4-webkit as Requires.

Comment 1 Rex Dieter 2012-02-28 14:48:34 UTC

*** This bug has been marked as a duplicate of bug 767714 ***