Re: Rendering HTML

2005-09-17 Thread Jorgen Grahn
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 c

Re: Rendering HTML

2005-09-16 Thread Harlin Seritt
Hi DH, Thanks for this blurb from ASPN. I am really looking, however, to do 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. Thanks, Harlin Seritt -- http://mail.python.org/mailman/listinfo/python-list

Re: Rendering HTML

2005-09-16 Thread D H
Harlin Seritt wrote: > I am looking for a module that will render html to console but > formatted much like one might see with Lynx. Is there such a module > already out there for this? http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/52297 -- http://mail.python.org/mailman/listinfo/python

Re: Rendering HTML

2005-09-16 Thread Fredrik Lundh
Harlin Seritt wrote: >I am looking for a module that will render html to console but > formatted much like one might see with Lynx. Is there such a module > already out there for this? use htmllib+formatter: http://effbot.org/librarybook/formatter.htm -- http://mail.python.org/mailman

Rendering HTML

2005-09-16 Thread Harlin Seritt
I am looking for a module that will render html to console but formatted much like one might see with Lynx. Is there such a module already out there for this? Thanks, Harlin -- http://mail.python.org/mailman/listinfo/python-list