Skip to content
New issue

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 curses and stdscr #89

Open
mobluse opened this issue Jun 26, 2024 · 0 comments
Open

Snek 1.9 for Windows doesn't seem to support curses and stdscr #89

mobluse opened this issue Jun 26, 2024 · 0 comments

Comments

@mobluse
Copy link

mobluse commented Jun 26, 2024

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:

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant