Fix zmq import error
The line:
import zmq.error
is throwing an exception. Maybe this module existed in a previous version of zmq, but it doesn't seem to be on any of the computers I've tested. That import isn't actually used, so deleting that line seems to fix things.