Hello ChrisA, I don't quite understand, the binary shared library contains no python interfaces, it should be independent of python. As a matter of fact, I have successfully used it in Conda python 2.7, 3.5, Julialang as well as c++ executables. I think the fact that only stock python 2.7 failed to run correctly indicates some bug in that python distribution.
> When you use a binary shared library, it has to be compiled against > the correct Python. You're messing around with ctypes, so basically > you've voided your warranty; *everything* you're doing is > platform-specific. Have fun. :) > > ChrisA -- https://mail.python.org/mailman/listinfo/python-list