import error in django_test_manage.py
I just upgraded to PyCharm 2.7 and am now unable to debug my unit tests. When I run them, I am taken to django_test_manage.py, line 6 with an import error (Unresolved reference):
from importlib import import_module
Below is a screenshot of my test config (one of the Django tests)
Anybody know how to fix this?
Thanks,
from importlib import import_module
Below is a screenshot of my test config (one of the Django tests)
Anybody know how to fix this?
Thanks,
- Cam
1 comment
Sort by
Date
Votes
This is a known major bug PY-8636. Please vote for it to get notifications on the progress.
Please sign in to leave a comment.