On 16 Sep 2005 22:56:06 -0700, Harlin Seritt <[EMAIL PROTECTED]> wrote:
> Hi DH,
>
> Thanks for this blurb from ASPN. I am really looking, however, to do

http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/52297

> this on a Windows machine as opposed to a Unix one at this point. This
> will come in handy down the road I am sure.

If it's popen()ing tput that worries you, you can probably replace bold,
underline and reset with the corresponding ANSI escape sequences. Or the
empty string! Assuming you will print to a cmd.exe window, that is.

/Jorgen

-- 
  // Jorgen Grahn <jgrahn@       Ph'nglui mglw'nafh Cthulhu
\X/                algonet.se>   R'lyeh wgah'nagl fhtagn!
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to