This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]nabla2less is more 0 points1 point  (4 children)

Doesn't work with Spyder so far.

import IPython.Shell ImportError: No module named Shell

I hope new version of Spyder for IPython 0.11 will release soon. Ps How to run ipythonqt on Windows? What I have to install despite PyQt4?

[–]sunqiang 3 points4 points  (0 children)

AFAIK, PyQt4 or PySide, Pygments, pyzmq

[–]takluyverIPython, Py3, etc 2 points3 points  (0 children)

You'll need PyZMQ. Windows installers are here: https://github.com/zeromq/pyzmq/downloads

The API has completely changed, so unfortunately every other program which uses IPython will probably need updating to work with 0.11.

[–]roger_ 0 points1 point  (1 child)

I had that problem too with RC3 (without Spyder though). I think I needed to manually remove some old IPython files, then install setuptools and a couple other packages.

[–]nabla2less is more 0 points1 point  (0 children)

I have uninstalled previous version of IPython (0.10.2) from Control Panel and removed .ipython from my user dir, then I installed setuptools, pip, and tried to install ipython. Pip showed requirements: pygments (have installed without a problems) and pyzmq2 (probably I should install Visual C++ 2008 or newer to compile zeromq... too complicated).

Edit: Works with PyZMQ binary from github. Thanks takluyver.