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
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
Hello:
I would like to know how to call a program from within a program and what
directory I should place one small program file in. I am running Python
2.6.6 and Windows 7.
I have a directory called C:\Users\StarShip\PyProgs and it has the files
BreakersCafe.txt and BreakersCafe.py. This is