Telnetlib question

Jeff Peck sanguinus at earthlink.net
Wed Feb 5 14:10:48 EST 2003


I'm attempting to set up a telnet interface of sorts using python, but
I'm at a loss as to how to do what I need, which is to echo any
incoming event (from the "server" to the telnet client) back into a
wxTextCtrl. I should be a little more specific, I'm having trouble
catching incoming events. All of the read_* commands seem to work on
events already captured or only read after the connection is closed.
If it's of any help, I can post the code I've got so far (it's on my
dev PC at home, currently on my laptop at work).

Any help would be appreciated,
Jeff




More information about the Python-list mailing list