jazzband / django-mongonaut

Built from scratch to replicate some of the Django admin functionality and add some more, to serve as an introspective interface for Django and Mongo.
MIT License
240 stars 67 forks source link

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

Open gauravvjn opened 8 years ago

gauravvjn commented 8 years ago

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
UpstatePedro commented 7 years ago

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.

garrypolley commented 7 years ago

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