Hide Forgot
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.
*** This bug has been marked as a duplicate of bug 767714 ***