bpython / curtsies

Curses-like terminal wrapper with a display based on compositing 2d arrays of text.
MIT License
228 stars 52 forks source link

Modules missing in dependencies. #178

Open taitep opened 1 year ago

taitep commented 1 year ago

When i try to run the demo from the readme, it tells me that the library tries to perform from termios import *, but termios does not exist. I am on windows 10 and python 3.11. Issue does not occur in WSL.

hurusawakei commented 9 months ago

I also have the same problem

taitep commented 9 months ago

termios does not work on windows...

taitep commented 9 months ago

probably in linux/mac python standard library like curses. WSL is linux so it works in there.

merriam commented 5 months ago

Windows is its on beast, particularly for input. It uses msvcrt which has its own subtle issues.

Curtsies does not support Windows.