Re: sending input to an embedded application

2008-07-21 Thread norseman
Matthew Fitzgibbons wrote: mefyl wrote: Uwe Schmitt wrote: On 12 Jul., 09:08, George Oliver <[EMAIL PROTECTED]> wrote: What I would like to do is take a program and embed it or put it within a Python-run GUI, using the GUI just to capture and send input to the application, and display the ou

Re: sending input to an embedded application

2008-07-21 Thread Matthew Fitzgibbons
mefyl wrote: Uwe Schmitt wrote: On 12 Jul., 09:08, George Oliver <[EMAIL PROTECTED]> wrote: What I would like to do is take a program and embed it or put it within a Python-run GUI, using the GUI just to capture and send input to the application, and display the ouput. Which interface does you

Re: sending input to an embedded application

2008-07-12 Thread mefyl
Uwe Schmitt wrote: > On 12 Jul., 09:08, George Oliver <[EMAIL PROTECTED]> wrote: >> What I would like to do is take a program and embed it or put it >> within a Python-run GUI, using the GUI just to capture and send input >> to the application, and display the ouput. > > Which interface does your

Re: sending input to an embedded application

2008-07-12 Thread Uwe Schmitt
On 12 Jul., 09:08, George Oliver <[EMAIL PROTECTED]> wrote: > hi, I'm a novice programmer trying to better define a hobby project > I'm thinking of. > > What I would like to do is take a program and embed it or put it > within a Python-run GUI, using the GUI just to capture and send input > to the

sending input to an embedded application

2008-07-12 Thread George Oliver
hi, I'm a novice programmer trying to better define a hobby project I'm thinking of. What I would like to do is take a program and embed it or put it within a Python-run GUI, using the GUI just to capture and send input to the application, and display the ouput. Specifically I want to use a Pytho