Re: threads, periodically writing to a process

2005-09-29 Thread Fredrik Lundh
Adam Monsen wrote: >I have a program that, when run, (1) does some task, then (2) prompts > for input: "Press ENTER to continue...", then repeats for about ten > different tasks that each take about 5 minutes to complete. There is no > way to disable this prompt. > > How would I go about writing a

threads, periodically writing to a process

2005-09-29 Thread Adam Monsen
I have a program that, when run, (1) does some task, then (2) prompts for input: "Press ENTER to continue...", then repeats for about ten different tasks that each take about 5 minutes to complete. There is no way to disable this prompt. How would I go about writing a Python program that would per