Sorry - my mistake. I thought I had removed those instructions. The correct installation procedure is described at http://openbabel.org/docs/2.3.0/Installation/install.html.
In short, you don't run "python setup.py" yourself. Instead you configure cmake with "-DPYTHON_BINDINGS=ON" and when you run "make", it will look after everything for you. I'll remove the instructions on the page you linked to. - Noel On 4 November 2010 15:20, Swank, Craig <[email protected]> wrote: > Hello Noel, > Are you referring to the instructions at > http://openbabel.org/docs/2.3.0/UseTheLibrary/PythonInstall.html? Those are > the instructions I've been following. There is no mention on those > instructions about any of the errors I've encountered. > > I've been trying this once again on my home computer, and was, once again, > able to build and install the python bindings by editing the setup.py. I've > set the LD_LIBRARY_PATH, as the instructions suggest, to /usr/local/lib. In > the python prompt I get this error: > >>>> import pybel > Traceback (most recent call last): > File "<stdin>", line 1, in <module> > File "/Users/craig/src/opv/lib/python2.6/site-packages/pybel.py", line 16, > in <module> > import openbabel as ob > File "/Users/craig/src/opv/lib/python2.6/site-packages/openbabel.py", line > 56, in <module> > _openbabel = swig_import_helper() > File "/Users/craig/src/opv/lib/python2.6/site-packages/openbabel.py", line > 52, in swig_import_helper > _mod = imp.load_module('_openbabel', fp, pathname, description) > ImportError: > dlopen(/Users/craig/src/opv/lib/python2.6/site-packages/_openbabel.so, 2): > Symbol not found: __ZTVN9OpenBabel20OBRMSDConformerScoreE > Referenced from: > /Users/craig/src/opv/lib/python2.6/site-packages/_openbabel.so > Expected in: dynamic lookup > > > Is my LD_LIBRARY_PATH incorrect if I've done a default build and install of > openbabel? > > Just in case this helps, here is where the default install went: > > /usr/local/lib/openbabel > /usr/local/include/openbabel-2.0 > > > Craig > > > ------------------------------------------------------------------------------ > The Next 800 Companies to Lead America's Growth: New Video Whitepaper > David G. Thomson, author of the best-selling book "Blueprint to a > Billion" shares his insights and actions to help propel your > business during the next growth cycle. Listen Now! > http://p.sf.net/sfu/SAP-dev2dev > _______________________________________________ > OpenBabel-scripting mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/openbabel-scripting > ------------------------------------------------------------------------------ The Next 800 Companies to Lead America's Growth: New Video Whitepaper David G. Thomson, author of the best-selling book "Blueprint to a Billion" shares his insights and actions to help propel your business during the next growth cycle. Listen Now! http://p.sf.net/sfu/SAP-dev2dev _______________________________________________ OpenBabel-scripting mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openbabel-scripting
