I used the turn on turn off feature, and I can start a telnet session from the command line.
-----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Steven D'Aprano Sent: 19 November 2011 07:04 To: [email protected] Subject: Re: [Tutor] python telnet Rayon wrote: > I installed the telnet client but still the same error. How did you install it? Windows includes a telnet application, but it has to be enabled first: http://windows.microsoft.com/en-AU/windows-vista/Telnet-frequently-asked-que stions If you run "telnet" from the Windows shell (cmd.exe), what happens? Until you can successfully run telnet from Windows, there isn't any point trying to run it from Python. -- Steven _______________________________________________ Tutor maillist - [email protected] To unsubscribe or change subscription options: http://mail.python.org/mailman/listinfo/tutor _______________________________________________ Tutor maillist - [email protected] To unsubscribe or change subscription options: http://mail.python.org/mailman/listinfo/tutor
