Install() on Mac OS was naming shared libs file.dylib...not OK for our libraries for python calling C++ (escriptcpp.so and finleycpp.so). This is because python's dlopen() calls only look for .so files.