From: Rayon [mailto:ra...@gtt.co.gy] 
Sent: 17 November 2011 14:04
To: 'tutor@python.org'
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  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor

Reply via email to