Skip to content

Instantly share code, notes, and snippets.

@hktonylee
Created October 23, 2014 09:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hktonylee/161cb09170eb5f476840 to your computer and use it in GitHub Desktop.
Save hktonylee/161cb09170eb5f476840 to your computer and use it in GitHub Desktop.
Check ZeroMQ Version in Python
from zmq import zmq_version_info; print zmq_version_info()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment