We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Snek 1.9 for Windows doesn't seem to support the curses module and the stdscr object like in Linux because I get this in Windows:
curses
stdscr
Welcome to Snek version 1.9 > curses.initscr() <stdin>:1 undefined: curses.initscr > stdscr.erase() <stdin>:3 undefined: stdscr.erase
curses can be installed for CPython using pip install windows-curses. Then CPython curses programs for Linux runs in Windows.
pip install windows-curses
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Snek 1.9 for Windows doesn't seem to support the
curses
module and thestdscr
object like in Linux because I get this in Windows:curses
can be installed for CPython usingpip install windows-curses
. Then CPython curses programs for Linux runs in Windows.The text was updated successfully, but these errors were encountered: