tonysimpson / nanomsg-python

nanomsg wrapper for python with multiple backends (CPython and ctypes) should support 2/3 and Pypy
MIT License
382 stars 85 forks source link

Improvements to _nanomsg_ctypes #67

Open yoni1 opened 6 years ago

yoni1 commented 6 years ago
  1. In commit 66a1d1d6ecf12c48b2d9699216eb9cf42eb1a241, OS X support was added, but did not include nanoconfig. This will try to load libnanoconfig.dylib instead of libnanoconfig.so on OS X.

  2. Added a way to provide the path from which we load the libraries, using the environment variables NN_CTYPES_LIB_PATH and NN_CTYPES_NCLIB_PATH.