windows-curses icon indicating copy to clipboard operation
windows-curses copied to clipboard

Importing curses unable to find members

Open CodePidgy opened this issue 4 years ago • 0 comments

Greetings. I am using VSCode as my IDE, along with Python 3.8. I wanted to install curses, found a rabbit hole, and fell in. I've installed windows-curses using pip, and all seemed well until I fired up VSCode to test it out. Copying some console applications, and using your example, I notice that the applications run, but no matter what I do any linter I use for Python refuses to pick up all the members of curses. Is there any way around this?

I spent a couple hours trying to build my own wheel and changing the names and stuff, but to no avail. Why can things on Windows not be simple for one...

CodePidgy avatar Jun 12 '20 13:06 CodePidgy