Re: Newbie subprocess question

2010-11-26 Thread News123
On 11/26/2010 12:18 AM, Tim Harig wrote: > On 2010-11-25, Hugo Léveillé wrote: >> I'm starting various application using subprocess.Popen without any >> problem. The problem is with application inside "Program Files". It >> looks like subprocess is stopping the application string after >> "Program

Re: Newbie subprocess question

2010-11-25 Thread Dave Angel
On 01/-10/-28163 02:59 PM, Hugo Léveillé wrote: I'm starting various application using subprocess.Popen without any problem. The problem is with application inside "Program Files". It looks like subprocess is stopping the application string after "Program". I tried puting the programe name inside

Re: Newbie subprocess question

2010-11-25 Thread MRAB
On 25/11/2010 22:56, Hugo Léveillé wrote: I'm starting various application using subprocess.Popen without any problem. The problem is with application inside "Program Files". It looks like subprocess is stopping the application string after "Program". I tried puting the programe name inside doubl

Re: Newbie subprocess question

2010-11-25 Thread Tim Harig
On 2010-11-25, Hugo Léveillé wrote: > I'm starting various application using subprocess.Popen without any > problem. The problem is with application inside "Program Files". It > looks like subprocess is stopping the application string after > "Program". I tried puting the programe name inside doub