Created
October 23, 2014 09:19
-
-
Save hktonylee/161cb09170eb5f476840 to your computer and use it in GitHub Desktop.
Check ZeroMQ Version in Python
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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