On my box (Fedora Core4, Python 2.4.1) I am getting following error:[color=blue][color=green][color=darkred]
>>> import termios, sys
>>> fd = sys.stdin.filen o()
>>> oldSettings = termios.tcgetat tr(fd)[/color][/color][/color]
Traceback (innermost last):
File "<stdin>", line 1, in ?
error: (22, 'Invalid argument')
Thanks for your comments.
Petr Jakes
>>> import termios, sys
>>> fd = sys.stdin.filen o()
>>> oldSettings = termios.tcgetat tr(fd)[/color][/color][/color]
Traceback (innermost last):
File "<stdin>", line 1, in ?
error: (22, 'Invalid argument')
Thanks for your comments.
Petr Jakes
Comment