leinardi / pylint-pycharm

A plugin providing both real-time and on-demand scanning of Python files with PyLint from within PyCharm/IDEA.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

import-error for existing modules

chapochn opened this issue · comments

Step 1: Are you in the right place?

  • I have verified there are no duplicate active or recent bugs, questions, or requests
  • I have verified that I am using the latest version of the plugin.

Step 2: Describe your environment

  • Plugin version: 0.12.2
  • PyCharm/IDEA version: 2020.2.3
  • Pylint version: 2.6.0

Step 3: Describe the problem:

Steps to reproduce:

  1. I have a project with import statements of my own modules, everything works when I run the files in PyCharm
  2. I run pylint

Observed Results:

I get "Unable to import '...' [import-error]" for a method that is imported without error in PyCharm

Expected Results:

Didn't expect to get that error

Duplicate of / related to #43 ?