Re: [gdal-dev] usage of subprocess.call

2011-07-12 Thread Chaitanya kumar CH
António, Refer to the documentation of python's subprocess module. http://www.python.org/doc//current/library/subprocess.html 2011/7/12 António Rocha > Greetings > > In a Python script I'm using this to run an external BIN: > p=subprocess.call(command) where command is my command to run the bin

[gdal-dev] usage of subprocess.call

2011-07-12 Thread António Rocha
Greetings In a Python script I'm using this to run an external BIN: p=subprocess.call(command) where command is my command to run the bin. p will be equal tot he return values of the bin. (so far so good) But I'm getting an error now while running bin: File "C:/EIS/scripts/mycopy", line 577, i