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
198 stars 36 forks source link

import-error for existing modules #75

Open chapochn opened 4 years ago

chapochn commented 4 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 ?

sashokbg commented 1 month ago

Hello, not sure it is a duplicate, the error message is different. The underlying cause might be the same though.

Anyways, are there any updates?