telnetlib

Guido van Rossum guido at beopen.com
Mon Jul 31 11:17:10 EDT 2000


Timothy Grant <tjg at exceptionalminds.com> writes:

> Everything works great until I enter the Terminal type. It appears that the
> telnet session stops receiving at that point. As you can see from the
> Traceback I receive the echo of from my write, but then don't receive the
> next prompt.
> 
> I'm guessing it has something to do with either changing the terminal type
> on telnetlib, or a timing issue, but I'm stumped at the moment.

Could you post a transcript of what the session looks like when you do
it manually???

A random "poke-and-hope" suggestion: perhaps you could use \r instead
of \n in input???

(Please don't mail me directly!!!)

--Guido van Rossum (home page: http://www.pythonlabs.com/~guido/)



More information about the Python-list mailing list