Re: [OpenBabel-Devel] Pybel error

2016-06-14 Thread Leonardo Lazzaro
Pearl Philip, I think you need to specify at least the PYTHON_INCLUDE_DIR. Here is an example with anaconda2 installed on the home dir: cmake .. -DPYTHON_BINDINGS=ON -DRUN_SWIG=ON -DCMAKE_INSTALL_PREFIX=~/anaconda2 -DPYTHON_INCLUDE_DIR=~/anaconda2/include/python2.7 -DCMAKE_LIBRARY_PATH=~/anacond

Re: [OpenBabel-Devel] Pybel error

2016-06-14 Thread Geoffrey Hutchison
Please don't send e-mail directly to me. There are many users of Open Babel and Pybel that can help you out. Fundamentally, pybel.py and _openbabel.so, etc. - the Python bindings for Open Babel are not found by the python interpreter. Running "locate pybel.py" might help. I suspect that they're