Re: subprocess cwd keyword.

2006-10-27 Thread Ivan Vinogradov
On 27-Oct-06, at 2:25 AM, Leo Kislov wrote: > > Ivan Vinogradov wrote: >> ... >> >> call("core/main") works but uses .. of core for input/output. >> >> call("core/main",cwd="core") and call("main",cwd="core") both >> result in > [snip exception] > > Usually current directory is not in the PATH o

Re: subprocess cwd keyword.

2006-10-26 Thread Leo Kislov
Ivan Vinogradov wrote: > Dear All, > > I would greatly appreciate a nudge in the right direction concerning > the use of cwd argument in the call function from subprocess module. > > The setup is as follows: > > driver.py <- python script > core/ <- directory >

Re: subprocess cwd keyword.

2006-10-26 Thread attn . steven . kuo
Ivan Vinogradov wrote: > Dear All, > > I would greatly appreciate a nudge in the right direction concerning > the use of cwd argument in the call function from subprocess module. > > The setup is as follows: > > driver.py <- python script > core/ <- directory >