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

MinRK benjaminrk at gmail.com
Mon Apr 11 16:58:28 EDT 2011


And what are the values of:
zmq.EPROTONOSUPPORT
and
zmq.strerror(zmq.EPROTONOSUPPORT)

?

The fact that the zmq error code doesn't match itself in your pyzmq
test worries me, but maybe it's a Windows thing (though not on my
Windows VMs).

Under what circumstances are '.lib' files needed in addition to
'.dll'?  I've never needed it.

I'm also surprised that pyzmq didn't copy libzmq.dll along with it, as
it is in the package_data for setup.  Can you post the complete output
of a pyzmq build and install (after your libzmq.dll/lib fixes)?  I
cannot replicate these problems on my XP VM.

On Mon, Apr 11, 2011 at 13:42, Dave Hirschfeld
<dave.hirschfeld at gmail.com> wrote:
>
> 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
>
> _______________________________________________
> IPython-dev mailing list
> IPython-dev at scipy.org
> http://mail.scipy.org/mailman/listinfo/ipython-dev



More information about the IPython-dev mailing list