scholrly / neo4django

Drop-in Neo4j/Django integration.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

django.utils.importlib does not exist anymore

djma opened this issue · comments

Stacktrace:

File "/usr/local/lib/python2.7/site-packages/neo4django/utils.py", line 242, in
from django.utils.importlib import import_module
ImportError: No module named importlib

You're probably using a version of Django outside what the library supports.