Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
gauravvjn opened this issue Mar 8, 2016 · 2 comments

Comments

@gauravvjn
Copy link

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 gauravvjn changed the title Incompatible with django==1.9.2 > ImportError: No module named importlib Incompatible with django==1.9.2 -> ImportError: No module named importlib Mar 8, 2016
dmarcelino pushed a commit to dmarcelino/django-mongonaut that referenced this issue Jul 20, 2016
django.utils.importlib was removed in 1.9. Replaced with importlib. Noticed issue jazzband#85 references an error related to this. Maybe you're no longer accepting pull requests but I'm interested in submitting some patches (like this one) if you are.
@UpstatePedro
Copy link

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
Copy link
Collaborator

This ticket might help, I'm not sure thought: #97

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants