Rob Wolfe wrote:
>
> Sérgio Monteiro Basto wrote:
>> Stefan Behnel wrote:
>>
>> > Sérgio Monteiro Basto wrote:
>> >> but is one single error that blocks this.
>> >> Finally I found it , it is :
>> >> > >> if I put :
>> >> > >>
>> >> p = re.compile('"align')
>> >> content = p.sub('" align', conten
Sérgio Monteiro Basto wrote:
> Stefan Behnel wrote:
>
> > Sérgio Monteiro Basto wrote:
> >> but is one single error that blocks this.
> >> Finally I found it , it is :
> >> >> if I put :
> >> >>
> >> p = re.compile('"align')
> >> content = p.sub('" align', content)
> >>
> >> I can parse the html
none wrote:
> Gabriel Genellina wrote:
>
>> En Mon, 18 Jun 2007 16:38:18 -0300, Sergio Monteiro Basto
>> <[EMAIL PROTECTED]> escribió:
>>
>>> Can someone explain me, what is wrong with this site ?
>>>
>>> python linkExtractor3.py http://www.noticiasdeaveiro.pt > test
> ok but my problem is not u
Stefan Behnel wrote:
> Sérgio Monteiro Basto wrote:
>> but is one single error that blocks this.
>> Finally I found it , it is :
>> > if I put :
>> >
>> p = re.compile('"align')
>> content = p.sub('" align', content)
>>
>> I can parse the html
>> I don't know if it a bug of HTMLParser
>
> Sure,
Sérgio Monteiro Basto wrote:
> but is one single error that blocks this.
> Finally I found it , it is :
> if I put :
>
> p = re.compile('"align')
> content = p.sub('" align', content)
>
> I can parse the html
> I don't know if it a bug of HTMLParser
Sure, and next time your key doesn't open y
First, sorry about the mess, let see if kontact works better with
newsgroups.
Marc 'BlackJack' Rintsch wrote:
>> ok but my problem is not understand what is the specific problem at line
>> 1173
>
> You can't just look at that line and ignore the rest. There are 604 (!)
> errors, some about tabl
thon linkExtractor3.py http://www.noticiasdeaveiro.pt > test
>>>
>>> HTMLParser.HTMLParseError: EOF in middle of construct, at line 1173,
>>> column 1
>>>
>>> at line 1173 of test file is perfectly normal .
>>
>> That page is not valid HTML - ht
Gabriel Genellina wrote:
> En Mon, 18 Jun 2007 16:38:18 -0300, Sergio Monteiro Basto
> <[EMAIL PROTECTED]> escribió:
>
>> Can someone explain me, what is wrong with this site ?
>>
>> python linkExtractor3.py http://www.noticiasdeaveiro.pt > test
>>
>
Gabriel Genellina wrote:
> En Mon, 18 Jun 2007 16:38:18 -0300, Sergio Monteiro Basto
> <[EMAIL PROTECTED]> escribió:
>
>> Can someone explain me, what is wrong with this site ?
>>
>> python linkExtractor3.py http://www.noticiasdeaveiro.pt > test
>>
>
Gabriel Genellina wrote:
> En Mon, 18 Jun 2007 16:38:18 -0300, Sergio Monteiro Basto
> <[EMAIL PROTECTED]> escribió:
>
>> Can someone explain me, what is wrong with this site ?
>>
>> python linkExtractor3.py http://www.noticiasdeaveiro.pt > test
>>
>
Sergio Monteiro Basto wrote:
> Can someone explain me, what is wrong with this site ?
>
> python linkExtractor3.py http://www.noticiasdeaveiro.pt > test
>
> HTMLParser.HTMLParseError: EOF in middle of construct, at line 1173,
> column 1
>
> at line 1173 of test file i
En Mon, 18 Jun 2007 16:38:18 -0300, Sergio Monteiro Basto
<[EMAIL PROTECTED]> escribió:
> Can someone explain me, what is wrong with this site ?
>
> python linkExtractor3.py http://www.noticiasdeaveiro.pt > test
>
> HTMLParser.HTMLParseError: EOF in middle of construct,
Hi,
Can someone explain me, what is wrong with this site ?
python linkExtractor3.py http://www.noticiasdeaveiro.pt > test
HTMLParser.HTMLParseError: EOF in middle of construct, at line 1173,
column 1
at line 1173 of test file is perfectly normal .
I like to know what I have to clean up bef
13 matches
Mail list logo