windows-curses
windows-curses copied to clipboard
Importing curses unable to find members
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...