We have a version skew problem to beware of when you are installing the ConceptNet software (at least on Mac). If you get the error message about "ENGINE value not specified", it is due to a new version of the Django package that is not compatible with ConceptNet. To fix, from the Unix terminal, pip uninstall django pip install django==1.3.1 I'm sorry about this problem.