Hi,
to upgrade ipython try:
sudo easy_install -U ipython
Perhaps you need also:
sudo easy_install -U pyzmq
Uwe
Am 17.06.2013 18:55, schrieb Jed Ludlow:
On Monday, June 17, 2013 10:18:30 AM UTC-6, jean-pat wrote:
hello,
I can't run spyder 2.2 installed with easy_install, under ubuntu 13.04
(32bits). From a
terminal, spyder failed to run with the message:
....
from IPython.external.qt import QtCore, QtGui
File "/usr/local/lib/python2.7/dist-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
Hi, Jean-Patrick.
The failure you are seeing is actually related to IPython thinking that PyQt4 is at an
incompatible version. This was a known IPython issue that should be fixed in the latest IPython
releases:
https://github.com/ipython/ipython/issues/3006
Are you able to upgrade IPython? If not, rolling back PyQt to 4.8 or 4.9 would
also be an option.
Cheers,
Jed
--
You received this message because you are subscribed to the Google Groups
"spyder" group.
To unsubscribe from this group and stop receiving emails from it, send an email to
[email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/spyderlib.
For more options, visit https://groups.google.com/groups/opt_out.
--
You received this message because you are subscribed to the Google Groups
"spyder" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/spyderlib.
For more options, visit https://groups.google.com/groups/opt_out.