Piping stout to screen on win98

Brian brian at rk-speed.dk
Fri May 4 03:32:48 EDT 2001


Fredrik Lundh wrote:
> 
> if you only want it to be printed to the screen, use
> os.system(command) instead of os.popen(command)

Great, thanks.

> if you want to read it and print it, just print it after
> you've read it...

-- 
Brian
http://www.et.dtu.dk
http://www.rk-speed.dk http://fiduso.dk http://sunsite.auc.dk/dk-tug
\TeX, tak



More information about the Python-list mailing list