You probably forgot to do
export LD_LIBRARY_PATH=/usr/local/lib
before running your python script.
libopenbabel.so is getting installed in /usr/local/lib by default.
Igor
On Thu, 2011-03-10 at 21:09 -0500, qiancheng shen wrote:
> Dear All,
>My openbabel version is 2.3.0 and python ver
Dear All,
My openbabel version is 2.3.0 and python version is 2.7.
I downloaded openbabel 2.3.0 stable release and followed the
guide in the document. I included "-DPYTHON_BINDINGS=ON" while making with
cmake and also I typed "export PYTHONPATH=
/usr/local/lib/python2.7/site-