Re: [Open Babel] problem with undefined symbol in openbabel for python

2011-07-28 Thread Noel O'Boyle
The error Symbol not found: __ZTVN9OpenBabel20OBRMSDConformerScoreE means that you did not compile OB with Eigen2 as required to use the language bindings. See the install information. Several people seem to run into this problem - I'm not sure how we can make it clearer in the docs. - Noel On

[Open Babel] problem with undefined symbol in openbabel for python

2011-07-28 Thread Amelie Stein
Hi, I have compiled openbabel with support for python on Mac OS X, and while the compilation is successful (and the command line version, obabel, works) the module is not functional because of a missing symbol: import openbabel Traceback (most recent call last): File "", line 1, in Fil