leinardi / pylint-pycharm

A plugin providing both real-time and on-demand scanning of Python files with PyLint from within PyCharm/IDEA.
Apache License 2.0
196 stars 35 forks source link

import-error for existing modules #75

Open chapochn opened 3 years ago

chapochn commented 3 years ago

Step 1: Are you in the right place?

Step 2: Describe your environment

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

Gerrit-K commented 1 year ago

Duplicate of / related to #43 ?