Thomas Kluyver <takowl <at> gmail.com> writes: > > > In [4]: import pyzmq > > Try "import zmq" > > Thomas > Thanks! I did figure this out eventually and that was indeed one of my problems. Another fix was to download cython. Regards,