Re: Htmllib help

2007-07-09 Thread Stefan Behnel
[EMAIL PROTECTED] wrote: > The NullWriter worked perfectly. I will certainly look at HTMLParser. You should rather take a look at lxml. It's much easier to use and much more powerful. http://codespeak.net/lxml/ There is even an improved branch with a package called "lxml.html" that will be merg

Re: Htmllib help

2007-07-09 Thread axjacob
Thank you. The NullWriter worked perfectly. I will certainly look at HTMLParser. -- Original message -- From: "Gabriel Genellina" <[EMAIL PROTECTED]> > En Fri, 06 Jul 2007 03:44:20 -0300, <[EMAIL PROTECTED]> escribió: > > > Thats right I don't need the output an

Re: Htmllib help

2007-07-09 Thread Gabriel Genellina
En Fri, 06 Jul 2007 03:44:20 -0300, <[EMAIL PROTECTED]> escribió: > Thats right I don't need the output any where so I don't need to use the > writer. I can remove it wowever will the formater work since it needs > writer? Maybe I can use the Null writer? Exactly. Look at the HTMLParser modul

Re: Htmllib help

2007-07-05 Thread axjacob
Thank you. Thats right I don't need the output any where so I don't need to use the writer. I can remove it wowever will the formater work since it needs writer? Maybe I can use the Null writer? -- Original message -- From: "Gabriel Genellina" <[EMAIL PROTECT

Re: Htmllib help

2007-07-05 Thread Gabriel Genellina
En Thu, 05 Jul 2007 20:23:08 -0300, <[EMAIL PROTECTED]> escribió: > I am using html and formater as shown below. They are used as part of a > larger program. > > Even though I don't use any print statements, the htmllib seems to be > throwing parts of the html page on to the standard out(my sc

Htmllib help

2007-07-05 Thread axjacob
I am using html and formater as shown below. They are used as part of a larger program. Even though I don't use any print statements, the htmllib seems to be throwing parts of the html page on to the standard out(my screen in this case). Is there a way to disable the output? import htmllib w