Re: [Tutor] help with telnet error

2007-01-17 Thread Kent Johnson
Chris Hallman wrote: > > I'm working on a program that telnets to multiple devices to test their > backup ISDN BRI connections. I'm trying to build in error recovery with > try/except logic, but I'm having trouble getting it to work. This first > example uses a host name that isn't in our DNS (

[Tutor] help with telnet error

2007-01-17 Thread Chris Hallman
I'm working on a program that telnets to multiple devices to test their backup ISDN BRI connections. I'm trying to build in error recovery with try/except logic, but I'm having trouble getting it to work. This first example uses a host name that isn't in our DNS (yes, this does happen): import t