Prev: Income for life !
Next: GIF89A and PIL
From: wukong on 26 Mar 2010 17:58 newbie question, how do you run a .exe generated by MSVC++ in python in windows?
From: Irmen de Jong on 26 Mar 2010 18:10 On 26-3-2010 22:58, wukong wrote: > newbie question, how do you run a .exe generated by MSVC++ in python > in windows? Use the subprocess module, for instance: subprocess.call(["notepad.exe", "d:/file.txt"]) irmen
From: wukong on 26 Mar 2010 18:48 On Mar 26, 3:10 pm, Irmen de Jong <irmen-NOSP...(a)xs4all.nl> wrote: > On 26-3-2010 22:58, wukong wrote: > > > newbie question, how do you run a .exe generated by MSVC++ in python > > in windows? > > Use the subprocess module, for instance: > subprocess.call(["notepad.exe", "d:/file.txt"]) > > irmen worked like a charm, :-) thanks irmen.
|
Pages: 1 Prev: Income for life ! Next: GIF89A and PIL |