I've been using subprocess.call(['name','arg1','arg2']) Works fine.
On 2 May 2007 03:48:19 -0700, M Abbas <[EMAIL PROTECTED]> wrote:
> Hello Folks,
>
> This is what i am required to do.
> Call an executable from my python script, and when the executable is
> fininshed running, i should continue wi
muhamad.abbas :
> Hello Folks,
>
> This is what i am required to do.
> Call an executable from my python script, and when the executable is
> finished running, i should continue with my python script.
>
> I have tried "os.exec()" but it calls the executable and never returns
> to the calling pyth
In <[EMAIL PROTECTED]>, M Abbas wrote:
> This is what i am required to do.
> Call an executable from my python script, and when the executable is
> fininshed running, i should continue with my python script.
>
> I have tried "os.exec()" but it calls the executable and never returns
> to the calli