Hi Edo, With your virtualenv activated, are you able to import the module from interactive python session? 1.) python 2.) >>> from ckan.common import json If you get an import error still, that means that ckan isn't installed corredctly in your virtual environment. You might want to reinstall ckan.