mirror of
https://github.com/cs01/termpair.git
synced 2026-04-26 04:55:55 +03:00
[GH-ISSUE #90] About ModuleNotFoundError in windows #30
Labels
No labels
good first issue
help wanted
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/termpair#30
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @MoonTracer732 on GitHub (Sep 4, 2021).
Original GitHub issue: https://github.com/cs01/termpair/issues/90
When I'm using this project in windows ,I found that it cannot work because of there is no module "termios" supported in Windows and I have no idea on how to fix the problem. Is there anyone can make a fix on Windows? It's really helpful on changing it to useful on Windows.Thanks!!!
@cs01 commented on GitHub (Sep 5, 2021):
This is something the Python language itself needs to address. https://bugs.python.org/issue41663
If I had written the terminal client in node instead of python, it would work fine with the
node-ptypackage. Unfortunately I chose Python.@cs01 commented on GitHub (Sep 5, 2021):
I just found https://pypi.org/project/pywinpty/, which might work. PRs welcome.