Re: [Open Babel] compiling openbabel3 on Ubuntu 18.04

2020-04-05 Thread Noel O'Boyle
Hi Thomas, Just to take a step back, if you need to change the Python that CMake finds, the relevant CMake variables are (with example values): -DPYTHON_EXECUTABLE=/usr/bin/python3 -DPYTHON_INCLUDE_DIR=/usr/include/python3.5m -DPYTHON_LIBRARY=/usr/lib64/ libpython3.5m.so Regarding your question,

Re: [Open Babel] compiling openbabel3 on Ubuntu 18.04

2020-04-02 Thread Thomas
Ok, I've went thru all the issues, the installation went smooth and now my install folder contains: bin, include, lib, share I've added this line in my .bashrc: export PYTHONPATH=~/WORKSPACE/OpenBabel/openbabel-3.0.0_INSTALL but still i get "ModuleNotFoundError: No module named 'openbabel'" I do