Bug 968974 - ImportError: IPython requires PyQt4 >= 4.7, found 4.10.1
Summary: ImportError: IPython requires PyQt4 >= 4.7, found 4.10.1
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora
Classification: Fedora
Component: spyder
Version: 18
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Radek Novacek
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-05-30 12:02 UTC by Neal Becker
Modified: 2016-12-01 00:31 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-05-30 12:12:12 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Neal Becker 2013-05-30 12:02:37 UTC
Description of problem:

Just tried spyder-2.2.0-1.fc18.noarch.  I get:


spyder
Traceback (most recent call last):
  File "/usr/bin/spyder", line 3, in <module>
    start_app.main()
  File "/usr/lib/python2.7/site-packages/spyderlib/start_app.py", line 72, in main
    from spyderlib import spyder
  File "/usr/lib/python2.7/site-packages/spyderlib/spyder.py", line 100, in <module>
    from spyderlib.plugins.inspector import ObjectInspector
  File "/usr/lib/python2.7/site-packages/spyderlib/plugins/inspector.py", line 36, in <module>
    from spyderlib.widgets.ipython import IPythonControlWidget
  File "/usr/lib/python2.7/site-packages/spyderlib/widgets/ipython.py", line 12, in <module>
    from IPython.frontend.qt.console.rich_ipython_widget import RichIPythonWidget
  File "/home/nbecker/.local/lib/python2.7/site-packages/IPython/frontend/qt/console/rich_ipython_widget.py", line 15, in <module>
    from IPython.external.qt import QtCore, QtGui
  File "/home/nbecker/.local/lib/python2.7/site-packages/IPython/external/qt.py", line 53, in <module>
    raise ImportError("IPython requires PyQt4 >= 4.7, found %s"%QtCore.PYQT_VERSION_STR)
ImportError: IPython requires PyQt4 >= 4.7, found 4.10.1

Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1.
2.
3.

Actual results:


Expected results:


Additional info:

Comment 1 Neal Becker 2013-05-30 12:12:12 UTC
Sorry, I had a bad ipython installation.  Closing.


Note You need to log in before you can comment on or make changes to this bug.