Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!news.stack.nl!newsfeed.xs4all.nl!newsfeed3.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.043 X-Spam-Evidence: '*H*': 0.91; '*S*': 0.00; 'suggestions.': 0.09; 'cc:addr:python-list': 0.11; 'python': 0.11; '2.7': 0.14; 'question.': 0.14; 'after,': 0.16; 'eof,': 0.16; 'exist.': 0.16; 'help;': 0.16; 'is;': 0.16; 'presume': 0.16; 'send()': 0.16; 'send,': 0.16; 'example': 0.22; 'cc:addr:python.org': 0.22; 'header:User-Agent:1': 0.23; 'sends': 0.24; 'looks': 0.24; 'question': 0.24; 'cc:2**0': 0.24; 'cc:no real name:2**0': 0.24; '>': 0.26; 'header:In-Reply-To:1': 0.27; 'tried': 0.27; 'appear': 0.29; "doesn't": 0.30; "i'm": 0.30; 'url:mailman': 0.30; 'gives': 0.31; 'initiate': 0.31; 'received:10.20.15': 0.31; 'received:10.20.18': 0.31; 'received:10.20.55': 0.31; 'received:eigbox.net': 0.31; 'open': 0.33; 'linux': 0.33; 'url:python': 0.33; 'running': 0.33; 'received:10.20': 0.33; 'problem': 0.35; 'received:66': 0.35; 'but': 0.35; 'there': 0.35; 'url:rec-html40': 0.35; 'located': 0.36; 'data,': 0.36; 'interact': 0.36; 'url:listinfo': 0.36; 'entry': 0.36; 'method': 0.36; 'charset:us-ascii': 0.36; 'thanks': 0.36; 'url:org': 0.36; 'received:10': 0.37; 'window': 0.38; 'skip:- 10': 0.38; 'does': 0.39; 'received:71': 0.39; 'use.': 0.39; 'url:mail': 0.40; 'how': 0.40; 'tell': 0.60; 'field.': 0.61; 'simple': 0.61; 'address': 0.63; 'information': 0.63; 'field': 0.63; 'to:addr:gmail.com': 0.65; 'response.': 0.68; 'url:dtd': 0.80; 'spawned': 0.84; 'opens': 0.91; 'url:strict': 0.95 X-Authority-Analysis: v=2.0 cv=bNyU0YCZ c=1 sm=1 a=dnjC2YPmBnpLb6Wa8PbFxg==:17 a=spKFjZujUncA:10 a=2Cs5qbXtQ68A:10 a=N0NsXqyaZK4A:10 a=OmMKortqy18A:10 a=tTExfe6FAAAA:8 a=Bfi8oHuO5boA:10 a=D-jp2s4XAAAA:8 a=E1UmcjBNAAAA:8 a=8AHkEIZyAAAA:8 a=4KEG_hQLXzz_ewAUtVIA:9 a=CjuIK1q_8ugA:10 a=Lakt_V4CBHQA:10 a=SSmOFEACAAAA:8 a=c2RDMDeTBGS-8XZb_xUA:9 a=_W_S_7VecoQA:10 a=frz4AuCg-hUA:10 a=QIKbhZpbkx8A:10 a=5lcjyOWF-5jjaTYJ:21 a=jcMFiYeD4Gz02xRQ37rMPA==:117 X-EN-OrigOutIP: 10.20.18.4 X-EN-IMPSID: 9Vsa1m00E05GATN01VsaVs From: inq1ltd To: "Lakshmipathi.G" Subject: Re: pexpect, loading an entry field Date: Tue, 06 Aug 2013 14:03:38 -0400 Organization: inqvista User-Agent: KMail/4.7.2 (Linux/2.6.37.6-24-desktop; KDE/4.7.2; i686; ; ) In-Reply-To: References: <4559802.M7tbXMqQd4@mach-114-20> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="nextPart8169356.8slu0o6NVT" Content-Transfer-Encoding: 7Bit X-EN-UserInfo: ea107384e720a598200e9790e8ca8002:9d89a6cbd5a73a41b134431a25286195 X-EN-AuthUser: inq1ltd@inqvista.com Sender: inq1ltd X-EN-OrigIP: 71.127.136.99 X-EN-OrigHost: pool-71-127-136-99.rcmdva.east.verizon.net Cc: python-list@python.org X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 126 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1375814257 news.xs4all.nl 15888 [2001:888:2000:d::a6]:44071 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:52062 --nextPart8169356.8slu0o6NVT Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" > pexpect looks simple to use. Please check this example > http://www.pythonforbeginners.com/systems-programming/how-to-use-the- pexpect > -module-in-python/ > > 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 > > Thanks for the response. I have been there but that site gives me the same information that I get from noah.org. I have the pexpect docs and they presume that this problem doesn't exist. None of the information in the NOAH site or the FAQ's address this question. I'm using suse linux running python 2.7 and pexpect. The data, when using send() method is going to the terminal window, This is the same window that is used to initiate the call to pexpect. Pexpect opens the program but the send method sends data to the terminal window, not the entry field located in the child spawned by pexpect. interact works, as does close(), TIMEOUT, EOF, before, after, expect_exact and methods. But the entry field does not load. So my question is; Why?? > > > > > > > > -- > > http://mail.python.org/mailman/listinfo/python-list --nextPart8169356.8slu0o6NVT Content-Transfer-Encoding: 7Bit Content-Type: text/html; charset="us-ascii"

 

> pexpect looks simple to use. Please check this example

> http://www.pythonforbeginners.com/systems-programming/how-to-use-the-pexpect

> -module-in-python/

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

> >

 

Thanks for the response.

 

I have been there but that site gives me

the same information that I get from

noah.org. I have the pexpect docs and they presume

that this problem doesn't exist.

 

None of the information in the NOAH site or the FAQ's

address this question.

 

I'm using suse linux running python 2.7 and pexpect.

 

The data, when using send() method is going to the terminal window,

This is the same window that is used to initiate the call to pexpect.

 

Pexpect opens the program but the send method sends

data to the terminal window, not the entry field located

in the child spawned by pexpect.

 

interact works, as does close(), TIMEOUT, EOF, before, after,

expect_exact and methods. But the entry field does not

load.

 

So my question is;

 

Why??

 

 

 

 

> >

> >

> >

> > --

> > http://mail.python.org/mailman/listinfo/python-list

--nextPart8169356.8slu0o6NVT--