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

Windows support #116

Open
clach04 opened this issue Aug 29, 2024 · 2 comments
Open

Windows support #116

clach04 opened this issue Aug 29, 2024 · 2 comments

Comments

@clach04
Copy link

clach04 commented Aug 29, 2024

EDIT https://pypi.org/project/percolator includes Windows out of the box (for CPython) via a simple:

pip install percolator

Original

percol does NOT work under Windows out of the box.

The percol command line tool will likely NEVER work under Windows due to the way it handles stty devices (at least, I can not see a viable way and I'm willing to use fzf so not really interested in pursuing that).

But the sample demo library, can and does work... assuming the required dependencies are installed :-) Viz. curses. Note, I've only tested with Python 3.

Expect a PR for this 🕥 ...

clach04 added a commit to clach04/percolator that referenced this issue Aug 29, 2024
@clach04
Copy link
Author

clach04 commented Aug 29, 2024

PR #117 posted. NOTE this will conflict with #115 (#110). Merge will be reasonably straight forward but will need attention.

@clach04
Copy link
Author

clach04 commented Aug 29, 2024

Merge conflict handled in my fork/branch - https://github.com/clach04/percol/tree/mymain

clach04 added a commit to clach04/percolator that referenced this issue Aug 31, 2024
Missing import
@github-staff github-staff deleted a comment from pabloaz10 Oct 22, 2024
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