django-mongonaut icon indicating copy to clipboard operation
django-mongonaut copied to clipboard

Incompatible with django==1.9.2 -> ImportError: No module named importlib

Open gauravvjn opened this issue 8 years ago • 2 comments

Error trace

    urlconf_module = import_module(urlconf_module)
  File "/usr/lib/python2.7/importlib/__init__.py", line 37, in import_module
    __import__(name)
  File "/home/gaurav/work/proj/env/local/lib/python2.7/site-packages/mongonaut/urls.py", line 4, in <module>
    from mongonaut import views
  File "/home/gaurav/work/proj/env/local/lib/python2.7/site-packages/mongonaut/views.py", line 18, in <module>
    from mongonaut.mixins import MongonautFormViewMixin
  File "/home/gaurav/work/proj/env/local/lib/python2.7/site-packages/mongonaut/mixins.py", line 6, in <module>
    from django.utils.importlib import import_module
ImportError: No module named importlib

gauravvjn avatar Mar 08 '16 11:03 gauravvjn

Is there any update on when a resolution might be expected here? I'm interested in trying out the tool, but at the moment it's a non-starter due to this issue.

UpstatePedro avatar Apr 18 '17 10:04 UpstatePedro

This ticket might help, I'm not sure thought: https://github.com/jazzband/django-mongonaut/issues/97

garrypolley avatar Apr 18 '17 13:04 garrypolley