Running ./bootstrap.sh throws the following error:
checking for exit in -lboost_system... no
configure: error: Could not link against boost_system !
Also add pyadolc path to python path: is it with
export PYTHONPATH=$PYTHONPATH:/home/pyadolc or with
import sys
sys.path.append
Thank you