You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
fromblessingsimportTerminal
to
fromblessedimportTerminal
resolves the issue for me. (no intensive testing, yet)
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 forkblessed
does.Changing this line in result.py
to
resolves the issue for me. (no intensive testing, yet)
Clould maybe also resolve #15.
The text was updated successfully, but these errors were encountered: