Re: subprocess only good for win32?

2010-04-01 Thread wukong
On Mar 31, 3:47 pm, "Martin v. Loewis" wrote: > > WindowsError: [Error 14001] The application has failed to start > > because its side-by-side configuration is incorrect. Please see the > > application event log for more detail > > This is a configuration error on your system. The application you

Re: subprocess only good for win32?

2010-04-01 Thread wukong
On Mar 31, 3:47 pm, "Martin v. Loewis" wrote: > > WindowsError: [Error 14001] The application has failed to start > > because its side-by-side configuration is incorrect. Please see the > > application event log for more detail > > This is a configuration error on your system. The application you

Re: subprocess only good for win32?

2010-03-31 Thread wukong
On Mar 31, 2:33 pm, Chris Rebert wrote: > On Wed, Mar 31, 2010 at 2:26 PM, wukong wrote: > > subprocess works fine on my win pro 32-bit, but not on vista 64-bit. > > am i doing some wrong, or it just won't work for win64?  If that's > > true, will it be

subprocess only good for win32?

2010-03-31 Thread wukong
subprocess works fine on my win pro 32-bit, but not on vista 64-bit. am i doing some wrong, or it just won't work for win64? If that's true, will it be extended to win64 in teh future? thanks in advance wk -- http://mail.python.org/mailman/listinfo/python-list

Re: exec .exe

2010-03-26 Thread wukong
On Mar 26, 3:10 pm, Irmen de Jong 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:/

exec .exe

2010-03-26 Thread wukong
newbie question, how do you run a .exe generated by MSVC++ in python in windows? -- http://mail.python.org/mailman/listinfo/python-list