[IPython-User] Multiprocessing with IPython
mgi
miles.izzo@dataprocessors.com...
Mon Jul 23 03:11:39 CDT 2012
For what it's worth, I managed to get around this error by initialising the
Client with a fresh zmq context. Basically, I replaced:
client = Client()
with:
import zmq
client = Client(context=zmq.Context())
Not sure if this is a valid approach, but it seemed to work!
--
View this message in context: http://python.6.n6.nabble.com/Multiprocessing-with-IPython-tp4982825p4982828.html
Sent from the IPython - User mailing list archive at Nabble.com.
More information about the IPython-User
mailing list