On Tue, Jan 25, 2011 at 3:24 PM, Brian Curtin wrote:
> On Tue, Jan 25, 2011 at 04:25, Geoff Bache wrote:
>>
>> Hi all,
>>
>> I have a Python process on Windows and would like to start a Python
>> subprocess using the same interpreter. I wonder how to go about this?
>>
>> First, I tried the obviou
On Tue, Jan 25, 2011 at 04:25, Geoff Bache wrote:
> Hi all,
>
> I have a Python process on Windows and would like to start a Python
> subprocess using the same interpreter. I wonder how to go about this?
>
> First, I tried the obvious
>
> subprocess.Popen([ sys.executable, "subproc.py", ... ])
>
Hi all,
I have a Python process on Windows and would like to start a Python
subprocess using the same interpreter. I wonder how to go about this?
First, I tried the obvious
subprocess.Popen([ sys.executable, "subproc.py", ... ])
but that fails, because my process has a "native launcher", (i.e.