On Jan 24, 6:35 am, Chris Rebert wrote:
> On Sun, Jan 24, 2010 at 3:28 AM, Jonathan Hartley wrote:
> > On Jan 22, 7:35 pm, susan_kij...@yahoo.ca wrote:
> >> Hi,
>
> >> I need to create a python subprogress, like this:
> >> myProcess = subprocess.Popen([sys.executable, 'C:\myscript.py'],
> >>
Hi Jonathan,
Here is the traceback I got, 'test.py' is where "main" starts, and I
replaced 'sys.executable' with string 'python':
args: ['python', 'C:\\myscript.py']
Traceback (most recent call last):
File "test.py", line 22, in
File "subprocess.pyc", line 594, in __init__
File "subproces
On Jan 22, 2:35 pm, susan_kij...@yahoo.ca wrote:
> Hi,
>
> I need to create a python subprogress, like this:
> myProcess = subprocess.Popen([sys.executable, 'C:\myscript.py'],
> env=env, stdin=subprocess.PIPE,
> stdout=su