[IPython-dev] Qt console making great strides, please use it and let us know what works, what doesn't

Dave Hirschfeld dave.hirschfeld at gmail.com
Mon Apr 11 16:42:29 EDT 2011


Dave Hirschfeld <dave.hirschfeld <at> gmail.com> writes:

> 
> I did some testing of the parallel code, but ran into the same problem as:
> 
> http://article.gmane.org/gmane.comp.python.ipython.user/5616
> 

On Mon, Apr 11, 2011 at 13:32, MinRK <benjaminrk at gmail.com> wrote:
> Thanks for the report.  Can I ask how you installed zmq/pyzmq?
>
> What is the output of:
>
> zmq.zmq_version()
> zmq.pyzmq_version()

FWIW the results are:

In [2]: import zmq

In [3]: zmq.zmq_version()
Out[3]: '2.1.4'

In [4]: zmq.pyzmq_version()
Out[4]: '2.1dev'

from Python(x,y) 2.6.5.6

-Dave




More information about the IPython-dev mailing list