Paul Lemelle wrote:
HELP! :)
I am trying to output the following program's output to either a file
or variable, how can this be done?
# Writing the output to a standard argv argument
#1/usr/bin/python
import sys
for arg in sys.argv:
print arg
#END
Thanks,
Paul
Hi Paul, after reading
HELP! :)
I am trying to output the following program's output to either a file or
variable, how can this be done?
# Writing the output to a standard argv argument
#1/usr/bin/python
import sys
for arg in sys.argv:
print arg
#END
Thanks,
Paul
--
http://mail.python.org/mailman/li