Re: [Tutor] Running program from Python

2007-07-20 Thread Kent Johnson
Tino Dai wrote: > =You might also want to try: > http://docs.python.org/lib/ipc.html to see if that is what you need Specifically the subprocess module which is the most modern way to start an external program. Kent ___ Tutor maillist - Tutor@python.

Re: [Tutor] Running program from Python

2007-07-20 Thread Tino Dai
On 7/20/07, Chris Smith <[EMAIL PROTECTED]> wrote: Howdy, I am working on some research. I'm trying to optimize the performance of an antenna. For the simulation of the antenna it would be easiest to use an antenna software package that I have in my lab. I know that Matlab can call the antenna

[Tutor] Running program from Python

2007-07-20 Thread Chris Smith
Howdy, I am working on some research. I'm trying to optimize the performance of an antenna. For the simulation of the antenna it would be easiest to use an antenna software package that I have in my lab. I know that Matlab can call the antenna software through a command called system. Matlab a