Skip to content

Instantly share code, notes, and snippets.

@chintanop
Created September 25, 2015 20:30
Show Gist options
  • Save chintanop/e6145e34a1f0293a6faa to your computer and use it in GitHub Desktop.
Save chintanop/e6145e34a1f0293a6faa to your computer and use it in GitHub Desktop.
Django MyPy
python3 /Users/cop/Downloads/mypy-master/scripts/mypy --use-python-path core/api.py ()(master⚡)
/Users/cop/.pyenv/versions/3.5.0/lib/python3.5/importlib/util.py:3: note: In module imported here,
/Users/cop/.pyenv/versions/3.5.0/lib/python3.5/site-packages/django/utils/module_loading.py:67: note: ... from here,
/Users/cop/.pyenv/versions/3.5.0/lib/python3.5/site-packages/django/apps/config.py:6: note: ... from here,
/Users/cop/.pyenv/versions/3.5.0/lib/python3.5/site-packages/django/apps/__init__.py:1: note: ... from here,
/Users/cop/.pyenv/versions/3.5.0/lib/python3.5/site-packages/django/__init__.py:13: note: ... from here,
core/models.py:1: note: ... from here,
core/api.py:8: note: ... from here:
/Users/cop/.pyenv/versions/3.5.0/lib/python3.5/importlib/_bootstrap.py:1140: error: No module named '_frozen_importlib_external'
/Users/cop/.pyenv/versions/3.5.0/lib/python3.5/importlib/util.py:2: note: In module imported here,
/Users/cop/.pyenv/versions/3.5.0/lib/python3.5/site-packages/django/utils/module_loading.py:67: note: ... from here,
/Users/cop/.pyenv/versions/3.5.0/lib/python3.5/site-packages/django/apps/config.py:6: note: ... from here,
/Users/cop/.pyenv/versions/3.5.0/lib/python3.5/site-packages/django/apps/__init__.py:1: note: ... from here,
/Users/cop/.pyenv/versions/3.5.0/lib/python3.5/site-packages/django/__init__.py:13: note: ... from here,
core/models.py:1: note: ... from here,
core/api.py:8: note: ... from here:
/Users/cop/.pyenv/versions/3.5.0/lib/python3.5/importlib/abc.py:6: error: No module named '_frozen_importlib'
/Users/cop/.pyenv/versions/3.5.0/lib/python3.5/importlib/abc.py:13: error: No module named '_frozen_importlib_external'
/Users/cop/.pyenv/versions/3.5.0/lib/python3.5/importlib/abc.py:4: note: In module imported here,
/Users/cop/.pyenv/versions/3.5.0/lib/python3.5/importlib/util.py:2: note: ... from here,
/Users/cop/.pyenv/versions/3.5.0/lib/python3.5/site-packages/django/utils/module_loading.py:67: note: ... from here,
/Users/cop/.pyenv/versions/3.5.0/lib/python3.5/site-packages/django/apps/config.py:6: note: ... from here,
/Users/cop/.pyenv/versions/3.5.0/lib/python3.5/site-packages/django/apps/__init__.py:1: note: ... from here,
/Users/cop/.pyenv/versions/3.5.0/lib/python3.5/site-packages/django/__init__.py:13: note: ... from here,
core/models.py:1: note: ... from here,
core/api.py:8: note: ... from here:
/Users/cop/.pyenv/versions/3.5.0/lib/python3.5/importlib/machinery.py:3: error: No module named '_imp'
/Users/cop/.pyenv/versions/3.5.0/lib/python3.5/site-packages/django/apps/config.py:5: note: In module imported here,
/Users/cop/.pyenv/versions/3.5.0/lib/python3.5/site-packages/django/apps/__init__.py:1: note: ... from here,
/Users/cop/.pyenv/versions/3.5.0/lib/python3.5/site-packages/django/__init__.py:13: note: ... from here,
core/models.py:1: note: ... from here,
core/api.py:8: note: ... from here:
/Users/cop/.pyenv/versions/3.5.0/lib/python3.5/site-packages/django/utils/_os.py:24: error: Name 'abspathu' already defined
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment