Re: trouble with wrapping a c program

2009-07-24 Thread Chris Rebert
On Fri, Jul 24, 2009 at 5:34 AM, Sanne Korzec wrote: > Hi Mailing, > > I am using a c program, which first initializes for some seconds and then > waits for user input (keyboard) to type something. When enter is pressed the > c program continues. > Using the keyboard and then enter in the c progra

trouble with wrapping a c program

2009-07-24 Thread Sanne Korzec
Hi Mailing, I am using a c program, which first initializes for some seconds and then waits for user input (keyboard) to type something. When enter is pressed the c program continues. I have wrapped this program in a python script, which starts the c program. To start the c program, there