Re: calling a .exe from Python

2008-06-25 Thread evidentemente.yo
Thank you for the help!!!:) On 25 jun, 10:32, Nick Craig-Wood <[EMAIL PROTECTED]> wrote: > evidentemente.yo <[EMAIL PROTECTED]> wrote: > >  On 24 jun, 14:32, Nick Craig-Wood <[EMAIL PROTECTED]> wrote: > > > Probably what you want is this... > > > &g

Re: calling a .exe from Python

2008-06-25 Thread evidentemente.yo
Hey, thank you very much!!!:D Would it matter if my .exe doesn't return any value? would it return like an "ok" or something??? On 24 jun, 14:32, Nick Craig-Wood <[EMAIL PROTECTED]> wrote: > evidentemente.yo <[EMAIL PROTECTED]> wrote: > >  Hi, i am trying to

calling a .exe from Python

2008-06-24 Thread evidentemente.yo
Hi, i am trying to call a .exe from my .py file, i have found the exec function, but i'm not sure of how to use it:S would it be f.e.: execl (mypath/myfile.exe,myfile,arg1,arg2,...) Another question is, when i call my .exe with exec, i understand that my .py file will stop running, and ins