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

Not usable on Windows due to fcntl #26

Open
paw-lu opened this issue Aug 29, 2021 · 2 comments
Open

Not usable on Windows due to fcntl #26

paw-lu opened this issue Aug 29, 2021 · 2 comments

Comments

@paw-lu
Copy link
Contributor

paw-lu commented Aug 29, 2021

This is mostly an FYI due to #18 and #17 being open.

The fcntl module is apparently unsuported on Windows. Attempting to run raises:

ModuleNotFoundError: No module named 'fcntl'

Didn't know this myself until some Windows tests were failing..

@jsbueno
Copy link
Owner

jsbueno commented Nov 9, 2021

fcntl is unix only -
as yopu noted, it is great to have this here as a marker.

For some of the features, tough, the project should work as is on windows: fcntl should be a guarded import and the lib should, though unable to handle keyboard or mouse, work on windows.

If "import terminedia" is failing on Windows, this has a higher priority to be fixed than try to get everything working smoothly.

@paw-lu
Copy link
Contributor Author

paw-lu commented Nov 9, 2021

If "import terminedia" is failing on Windows

I don't have a windows machine, but if according to the traceback this seems to be exaclty what is happening.

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

2 participants