Hey Luke, I had the same problem when trying zeromq for the first time. For me, it turned out that things were being blocked on the server side. Check out your iptables and make sure you are allowing ingoing and outgoing traffic on the port you are binding to. You may want to check the firewall settings on your client as well.
Brian On Wed, May 9, 2012 at 8:33 AM, Ian Barber <[email protected]> wrote: > On Wed, May 9, 2012 at 10:09 AM, Luke Segars <[email protected]>wrote: > >> I'm having trouble running the hello world code for the Python 0MQ >> bindings: http://zguide.zeromq.org/py:hwclient. It appears to be >> hanging after sending the first "hello." The C++ hello world is running in >> to the same problem. >> >> I built ZeroMQ from the git repo's today and didn't notice any problems >> with that. I'm running Linux Mint 12. >> >> Any ideas what I might be doing wrong here? >> > > Are you running the server part as well? > > Ian > > _______________________________________________ > zeromq-dev mailing list > [email protected] > http://lists.zeromq.org/mailman/listinfo/zeromq-dev > > -- Duff
_______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
