Archives of #Error Settings

Fix for ConceptNet error “Settings cannot be imported, because environment variable DJANGO_SETTINGS_MODULE is undefined”

If you’re using ConceptNet and you see: ImportError: Settings cannot be imported, because environment variable DJANGO_SETTINGS_MODULE is undefined. then the fix is simple (I’ve been hacking away at an idea whilst at IUI2010 – thanks Rob for the fix). To replicate the error run: from csc.nl import get_nl en_nl = get_nl('en') en_nl.is_stopword('the') The fix is […]