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/listinfo/python-list

Reply via email to