Re: [Tutor] Calling Program within Program

2010-12-10 Thread patty
Hello Modulok: The code below is very simple, so I don't think you would have needed to read it. I will review the subprocess doc and look this up in my books and class notes. If I have more questions, I will email the group. I also realized that I wasn't clear in asking a secondary question w

Re: [Tutor] Calling Program within Program

2010-12-09 Thread Modulok
Patty, I didn't read through your code, but to call an external program see the 'subprocess' module in the standard library: http://docs.python.org/library/subprocess.html -Modulok- On 12/9/10, pa...@cruzio.com wrote: > > Hello: > > I would like to know how to call a program from within a prog