Einswilli / KivymdStudio

Development studio for kivymd, This is not the official repository of KIVYMDSTUDIO. It is a small homemade project just for fun.
55 stars 23 forks source link

ModuleNotFoundError: No module named 'termios' win10_64 #4

Open Majestychen opened 2 years ago

Majestychen commented 2 years ago

F:\download\KivymdStudio-master>python39 studio.py Traceback (most recent call last): File "F:\download\KivymdStudio-master\studio.py", line 7, in from Terminal import File "F:\download\KivymdStudio-master\Terminal.py", line 3, in import fcntl, locale, os, pty, struct, sys, termios File "D:\python39\lib\pty.py", line 12, in import tty File "D:\python39\lib\tty.py", line 5, in from termios import ModuleNotFoundError: No module named 'termios'

Einswilli commented 2 years ago

try to remove the Terminal.py file from the project directory or comment the line 7 in studio.py file and rerun the project... i hope this helps you!

Einswilli commented 2 years ago

you can also try pytyhon39 -m pip install termios