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