Skip to content

Add windows support #16

Description

@nighi

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions