ide-python icon indicating copy to clipboard operation
ide-python copied to clipboard

Wrong [no-member] errors while members being detected

Open machitgarha opened this issue 4 years ago • 1 comments

Media is cool. ™

Screenshot from 2021-08-13 21-50-39

Well, as you see, the problem is, while the wx module member (e.g. the class) is detected, but it will show me this frustrating error. The error persists if I use the format of from wx import Frame. Amazingly, the autocompletion works (almost) fine, both for classes like Frame and their methods (e.g. frame.SetFocus()).

Perhaps this is an upstream bug, but not really sure about that, so I opened the issue here.

Note that, I tested the issue both with default and customized settings of the package, but none of them worked.

Environment

  • OS: Fedora Workstation 34
  • Atom: v1.58.0 (AppImage)
  • Tested package versions: 1.8.0, 1.9.3, 1.9.6

machitgarha avatar Aug 13 '21 17:08 machitgarha

It seems that the problem is with PyLint, so disabling it is a workaround on it.

machitgarha avatar Aug 18 '21 13:08 machitgarha