Hi everyone,
Here I’m sharing my frustration with using this module on Mac, with the hope of saving you some time, or finding a solution:
The library files (.so & dylib files) included in the package are ONLY compatible with the python 2.5 (and no other version) that is shipped with Mac OS.
This is a serious problem as many basic modules (e.g. numpy & scipy) are not compatible with this python and require standard version of python from python.org.
Here are some tricks that didn’t work:
1. Noticing different architectures i386 vs x86_64 and compiling standard python with i386 setting.
2. Changing the python path in libboost_pythonxxxx.dylib manually and pointing them to the standard version of python 2.5, 2.6, 2.7
3. Replacing the libboos_pythonxxxx.dylib with the system’s version provided after installation of boost +python.
Best,
–Siamak