Can't get ZeroMQ python bindings to receive messages over IPC Can't get ZeroMQ python bindings to receive messages over IPC python python

Can't get ZeroMQ python bindings to receive messages over IPC


most likely cause is that you are running the publisher in a different directory. Try using absolute path for the pipe location: "ipc:///tmp/test.pipe". The way you are using it now makes it relative to current working directory.