You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is some problem with pylint, maybe need to put current projectile path into the PYTHONPATH?
fromsettingsimportdb_connection# <--- pylint show me import error
because module is in utils/ while settings.py is in project root, there is init-hook in .pylintrc where i can add path to my project directly (by absolute path) but if i do os.path.abspath(file) it show me pylint path in my virtualenvironment btw virtualenvironment located not in project root (i'm using virtualenvwrapper)
any hints?
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Please let us know if this issue is still valid!
There is some problem with pylint, maybe need to put current projectile path into the PYTHONPATH?
because module is in
utils/
while settings.py is in project root, there is init-hook in .pylintrc where i can add path to my project directly (by absolute path) but if i do os.path.abspath(file) it show me pylint path in my virtualenvironment btw virtualenvironment located not in project root (i'm using virtualenvwrapper)any hints?
The text was updated successfully, but these errors were encountered: