From: Rayon [mailto:[email protected]] Sent: 17 November 2011 14:04 To: '[email protected]' Subject: python telnet I am trying to use winpexpect to connect a telnet session. I keep getting this error. raise ExceptionPexpect, 'Command not found: %s' % self.command ExceptionPexpect: Command not found: telnet ###########code############### from winpexpect import winspawn child = winspawn('telnet 192.168.0.55:210') help me plz Regards Rayon
_______________________________________________ Tutor maillist - [email protected] To unsubscribe or change subscription options: http://mail.python.org/mailman/listinfo/tutor
