On 2005-11-10, Svenn Are Bjerkem <[EMAIL PROTECTED]> wrote:

> (and python can not do "set result [exec someprog << $input]"
> as far as I know)

I don't remember Tcl very well, but doesn't this do the same
thing?

  result = os.popen('someprog','r').read()

-- 
Grant Edwards                   grante             Yow!  I have a VISION! It's
                                  at               a RANCID double-FISHWICH on
                               visi.com            an ENRICHED BUN!!
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to