Paul Lemelle wrote:
Hi JM,
My last dumb question: When I try to run the below script as an
executable, I get the following error:
ptt...@ptttestvm:~$ ./argv.py 4
import: unable to open X server `/tmp/launch-c8feFG/org.x:0' @
import.c/ImportImageCommand/361.
./argv.py: line 8: syntax error n
Paul Lemelle wrote:
JM,
Thanks for the response.
I am trying to capture the stdout of a program from another program.
Example, I want to launch the below program from a second python
script then capture the first's program stdout to a file or variable.
Is this possible?
Thanks again,
Paul
JM,
Thanks for the response.
I am trying to capture the stdout of a program from another program. Example, I
want to launch the below program from a second python script then capture the
first's program stdout to a file or variable.
Is this possible?
Thanks again,
Paul
Paul Lemelle wro