Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #52057

Re: pexpect, loading an entry field

References <ktqeho$f5i$1@news.albasani.net> <520100F9.4010805@gmail.com> <CAPTjJmpEPj=e9fkgpTuEW1PWq7yE+7Rg-VENSOeLGc=teZReRw@mail.gmail.com> <4559802.M7tbXMqQd4@mach-114-20>
From "Lakshmipathi.G" <lakshmipathi.g@gmail.com>
Date 2013-08-06 22:04 +0530
Subject Re: pexpect, loading an entry field
Newsgroups comp.lang.python
Message-ID <mailman.265.1375807105.1251.python-list@python.org> (permalink)

Show all headers | View raw


pexpect looks simple to use. Please check this example
http://www.pythonforbeginners.com/systems-programming/how-to-use-the-pexpect-module-in-python/

-- 
----
Cheers,
Lakshmipathi.G
FOSS Programmer.
www.giis.co.in

On Tue, Aug 6, 2013 at 8:35 PM, inq1ltd <inq1ltd@inqvista.com> wrote:
> python help;
>
>
>
> I am using pexpect to open my program.
>
> Can someone tell me how to get data to appear in
>
> an entry field.
>
>
>
> After pexpect opens the my program I have tried to use
>
> send, sendline, and write functions to try to put data into
>
> the program's entry field.
>
>
>
> However, the data is going to the terminal window,
>
> the window that is used to initiate the call to pexpect
>
> but not to the entry field in the open program.
>
>
>
> I would appreciate suggestions.
>
> jol
>
>
>
>
> --
> http://mail.python.org/mailman/listinfo/python-list
>

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Class hierarchy problem BrJohan <brjohan@gmail.com> - 2013-08-06 11:10 +0200
  Re: Class hierarchy problem Chris Angelico <rosuav@gmail.com> - 2013-08-06 10:30 +0100
    Re: Class hierarchy problem Chris Angelico <rosuav@gmail.com> - 2013-08-06 15:02 +0100
      Re: Class hierarchy problem BrJohan <brjohan@gmail.com> - 2013-08-06 17:36 +0200
        Re: Class hierarchy problem Joe Junior <joe.fbs.junior@gmail.com> - 2013-08-06 13:23 -0300
        Re: Class hierarchy problem Jordi Riera <kender.jr@gmail.com> - 2013-08-06 18:13 +0200
        Re: Class hierarchy problem Chris Angelico <rosuav@gmail.com> - 2013-08-06 18:12 +0100
        Re: Class hierarchy problem Terry Reedy <tjreedy@udel.edu> - 2013-08-06 19:13 -0400
        Re: Class hierarchy problem Ben Finney <ben+python@benfinney.id.au> - 2013-08-07 11:58 +1000
  Re: Class hierarchy problem Peter Otten <__peter__@web.de> - 2013-08-06 11:34 +0200
  Re: Class hierarchy problem Steven D'Aprano <steve@pearwood.info> - 2013-08-06 09:36 +0000
  pexpect,  loading an entry field inq1ltd <inq1ltd@inqvista.com> - 2013-08-06 11:05 -0400
  Re: pexpect, loading an entry field "Lakshmipathi.G" <lakshmipathi.g@gmail.com> - 2013-08-06 22:04 +0530
  Re: pexpect, loading an entry field inq1ltd <inq1ltd@inqvista.com> - 2013-08-06 14:03 -0400
  Re: pexpect, loading an entry field "Lakshmipathi.G" <lakshmipathi.g@gmail.com> - 2013-08-07 13:40 +0530

csiph-web