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

ImportError: cannot import name import_by_path #1909

Closed
ashwinkumar12345 opened this issue Jan 8, 2016 · 1 comment
Closed

ImportError: cannot import name import_by_path #1909

ashwinkumar12345 opened this issue Jan 8, 2016 · 1 comment

Comments

@ashwinkumar12345
Copy link

I'm getting the foll error when running locally. Not sure of the issue any suggestions?

Running Sphinx v1.3.3

Exception occurred:
File "C:\Python27\lib\site-packages\readthedocs-1.0-py2.7.egg\readthedocs\privacy\loader.py", line 1, in
from django.utils.module_loading import import_by_path
ImportError: cannot import name import_by_path
The full traceback has been saved in c:\users\agumma~1\appdata\local\temp\sphinx-err-tg80oq.log, if you want to report the issue to the developers.
Please also report this if it was a user error, so that a better error message can be provided next time.
A bug report can be filed in the tracker at https://github.com/sphinx-doc/sphinx/issues. Thanks!

@isankadn
Copy link

isankadn commented May 2, 2018

Its deprecated from Django 1.10!
djangonauts/django-pgjson#45

use "import_string" instead

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

2 participants