Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Request help on pexpect
#1
Dear All,

Good Day. Please help / guide on how to get pexpect working, the following are the errors I am encountering. Appreciate if there is any reference guide provided on using pexpect. I am trying to write python code that is expected to run unix commands on several unix servers without having to manually enter userid/password on each server by using ssh (ssh -l user servername ; command etc). Thanks in advance.

[e025711@IBBFDPLSPW010 python]$ python3
Python 3.6.8 (default, Sep 26 2019, 11:57:09)
[GCC 4.8.5 20150623 (Red Hat 4.8.5-39)] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import pexpect
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ModuleNotFoundError: No module named 'pexpect'
>>>
Reply


Messages In This Thread
Request help on pexpect - by rsurathu - Jul-19-2020, 02:22 AM
RE: Request help on pexpect - by rsurathu - Jul-19-2020, 04:25 AM
RE: Request help on pexpect - by snippsat - Jul-19-2020, 08:51 AM
RE: Request help on pexpect - by rsurathu - Jul-19-2020, 02:19 PM
RE: Request help on pexpect - by snippsat - Jul-19-2020, 03:35 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Reading and storing a line of output from pexpect child eagerissac 1 4,279 Feb-20-2024, 05:51 AM
Last Post: ayoshittu
  Use pexpect to send user input alisha17 0 1,903 May-10-2022, 02:44 AM
Last Post: alisha17
  Not able to read the text using pexpect/expect Bipinjohnson 7 4,067 Jan-10-2022, 11:21 AM
Last Post: Bipinjohnson
  Sudden Problem with pexpect gw1500se 3 2,410 Nov-19-2021, 11:21 PM
Last Post: bowlofred
  How to use pexpect in python? tiho_bg 1 1,538 Oct-30-2021, 02:50 PM
Last Post: Yoriz
  how can I correct the Bad Request error on my curl request tomtom 8 5,089 Oct-03-2021, 06:32 AM
Last Post: tomtom
  Pexpect timesout before executing whole output eagerissac 0 1,506 Jun-23-2021, 03:30 AM
Last Post: eagerissac
  pexpect startup help korenron 2 3,502 Apr-27-2021, 07:23 AM
Last Post: korenron
  Problem with pexpect.exception.TimeOUT korenron 0 3,309 Apr-12-2021, 03:25 PM
Last Post: korenron
  SIGWINCH ignored when trying to start a screen with the pexpect module StatTark 0 1,841 Jul-06-2020, 10:12 AM
Last Post: StatTark

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020