No termios on windows · Issue #2 · bchao1/bullet · GitHub
github.com › bchao1 › bulletFeb 26, 2019 · Hi, bullet doesn't work on Windows as there is no termios module. I get the following stack trace when trying to run this example code under CPython 3.7.2 on Windows 10 v1803 Enterprise. Traceback (most recent call last): File "h:\Python\Misc\bullet_test.py", line 1, in <module> from bullet import Bullet File "C:\Program Files\Python37\lib\site ...
TERMIOS.py - Python
bytes.com › topic › pythonfirst: TEMIOS != termios. They are two different modules: http://docs.python.org/lib/module-TERMIOSuppercase.html second: Those two modules aren't available on windows. I guess you either didn't install the module or you have a really old python. I have TERMIOS.py under Python 2.3.4 for Windows.