telnetlib3 icon indicating copy to clipboard operation
telnetlib3 copied to clipboard

Telnetlib3 not windows compatible

Open darbaga opened this issue 9 years ago • 2 comments

Telnetlib3 is not importable on windows. This seems to be mainly because of the termios package which is linux only. There might be other factors that need to be changed, but for now telnetlib3 is completely incompatible on windows. If it could be ported, it would be cool-i'm going to host a server on linux, of course, but for local testing I would like compatibility.

darbaga avatar Dec 16 '15 14:12 darbaga

I'm working on this in develop branch, actually. Thank you for mentioning it !

jquast avatar Dec 30 '15 23:12 jquast

This is addressed in develop branch as,

https://github.com/jquast/telnetlib3/blob/develop/telnetlib3/client.py#L237-L240

and,

https://github.com/jquast/telnetlib3/blob/develop/telnetlib3/client_shell.py#L11-L15

You may still use windows OS for writing telnet client scripts (or "shell") for automation/tests, but you will not be able to use the interactive one (accepting keyboard input, writing to screen).

jquast avatar Mar 30 '16 14:03 jquast