pexpect .TIMEOUT: Timeout exceeded in read_nonblocking(). 解决办法
Jan
8
pexpect .TIMEOUT: Timeout exceeded in read_nonblocking(). 解决办法
修改site-packages/pxssh.py
在def synch_original_prompt (self):方法下第一个self.read_nonblocking(size=10000,timeout=1)前面增加两行代码
self.sendline()
time.sleep(0.5)


















No Comments »
No comments yet.
RSS feed for comments on this post. TrackBack URI
Leave a comment
If you want to leave a feedback to this post or to some other user´s comment, simply fill out the form below.