Hello,
In any event, I was able to solve the problem by using "install_name_tool"
to redirect to the anaconda .dylib file with the following command:
"install_name_tool -change libpython2.7.dylib
/Users/owner/anaconda/lib/libpython2.7.dylib
/Users/owner/anaconda/lib/python2.7/site-packages/_openb
Hello!
I have been trying to compile openbabel to work with the popular "anaconda"
python distribution on my Mac OS X Maverik unsuccessfully. Investigation
of the generated "_openbabel.so" file with otool indicates that the default
libpython2.7.dylib is being used in the compiling process instead