We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi I got an error while try to run pylint with pylint_django
pylint_django
Traceback (most recent call last): File "/usr/local/bin/pylint", line 9, in <module> load_entry_point('pylint==1.4.1', 'console_scripts', 'pylint')() File "/Library/Python/2.7/site-packages/pylint/__init__.py", line 23, in run_pylint Run(sys.argv[1:]) File "/Library/Python/2.7/site-packages/pylint/lint.py", line 1221, in __init__ linter.load_plugin_modules(plugins) File "/Library/Python/2.7/site-packages/pylint/lint.py", line 450, in load_plugin_modules module = modutils.load_module_from_name(modname) File "/Library/Python/2.7/site-packages/astroid/modutils.py", line 137, in load_module_from_name return load_module_from_modpath(dotted_name.split('.'), path, use_sys) File "/Library/Python/2.7/site-packages/astroid/modutils.py", line 179, in load_module_from_modpath mp_file, mp_filename, mp_desc = imp.find_module(part, path) ImportError: No module named pylint_django
python -c "import pylint_django" - works fine
python -c "import pylint_django"
Versions:
OS: OS X 10.11.4 Python: 2.7.10 pylint: 1.5.5 pylint-django: 0.7.1
The text was updated successfully, but these errors were encountered:
I have the same error!
python: 3.5.1 pylint: 1.5.5 pylint-django: 0.7.1
Edit: I restarted my virtualenv and everything works fine now!
Sorry, something went wrong.
Merge pull request #73 from erm0l0v/master
bc3a881
#72 Add zip_safe
#73 will hopefully help with this, will close for now and make a release soon.
No branches or pull requests
Hi I got an error while try to run pylint with
pylint_django
python -c "import pylint_django"
- works fineVersions:
OS: OS X 10.11.4
Python: 2.7.10
pylint: 1.5.5
pylint-django: 0.7.1
The text was updated successfully, but these errors were encountered: