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 <inq1...@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 > -- http://mail.python.org/mailman/listinfo/python-list