pexpect, loading an entry field

Lakshmipathi.G lakshmipathi.g at gmail.com
Tue Aug 6 12:34:54 EDT 2013


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 at 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
>



More information about the Python-list mailing list