I have spent many hours trying to build RDKit on ubuntu 11.10 for Python 2.7 (rdkit_201106+dfsg.orig.tar.gz) using a precompiled version of boost 1.49. And I am failing miserably.
The recurring error is in the CMake GUI:
CMake Error at CMakeLists.txt:11 (install):
install FILES given no DESTINATION!
CMake Error at CMakeLists.txt:14 (add_pytest):
Unknown CMake command "add_pytest".
Any help please?
Solved the previous problem but now i get this error when running python even though I installed rdkit following the installation procedure:
from rdkit import Chem
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: No module named rdkit