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

nanomsg.lib not found #76

Closed mcipjvw closed 4 years ago

mcipjvw commented 4 years ago

During install on win32, and building the wrapper, the nanomsg.lib is not found. Adding the c:\program files (x86)\nanomsg\lib to the 'Extension' command option library_dirs it works.

tonysimpson commented 4 years ago

yep, or setting the library path in the environment to include nanomsg.