larsjsol / shellpic

ASCII-art is so 2013
GNU General Public License v3.0
107 stars 15 forks source link

Python 3.7.2 has issue of "ModuleNotFoundError: No module named 'termios'"? #12

Closed Huaweidev closed 5 years ago

Huaweidev commented 5 years ago

Python 3.7.2 has issue of "ModuleNotFoundError: No module named 'termios'"?

D:\Program Files (x86)\Python\Python37-32\Scripts>python shellpic Traceback (most recent call last): File "shellpic", line 16, in from shellpic import File "D:\Program Files (x86)\Python\Python37-32\lib\site-packages\shellpic__init__.py", line 15, in from shellpic.shell import File "D:\Program Files (x86)\Python\Python37-32\lib\site-packages\shellpic\shell.py", line 16, in import termios ModuleNotFoundError: No module named 'termios'

D:\Program Files (x86)\Python\Python37-32\Scripts>python -V Python 3.7.2

marado commented 5 years ago

termios (and, as such, shellpic) only works on Unix systems: https://docs.python.org/3/library/tty.html

larsjsol commented 5 years ago

As @marado said, shellpic does work on windows. Sorry.

monsdar commented 5 years ago

I think there's a missing not in your last comment. Just saying, as it confused me for a bit. (coming from google)