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

Add windows support #16

Open
nighi opened this issue Nov 13, 2024 · 0 comments
Open

Add windows support #16

nighi opened this issue Nov 13, 2024 · 0 comments

Comments

@nighi
Copy link

nighi commented Nov 13, 2024

I could't run colour-runner because of missing module _curses (needed by blessings) for windows.
It seems like blessings doesn't support windows, but its fork blessed does.

Changing this line in result.py

from blessings import Terminal

to

from blessed import Terminal

resolves the issue for me. (no intensive testing, yet)

Clould maybe also resolve #15.

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