I was working on some sample content today, and barfed on my
"control", which is Slashdot (and I wanted to see if they snuck the new ads
into the palm-sized version as well as their full-size)

        Parser::Barf;

Unknown error parsing document
http://slashdot.org/palm/askslashdot/02/03/06/0139258_2.shtml:
Traceback (most recent call last):
  File "/usr/lib/python2.1/site-packages/PyPlucker/Parser.py", line 23, in
default_parser
    parser = TextParser.StructuredHTMLParser (url, data, headers, config)
  File "/usr/lib/python2.1/site-packages/PyPlucker/TextParser.py", line 850,
in __init__
    self.feed (text)
  File "/usr/lib/python2.1/sgmllib.py", line 91, in feed
    self.goahead(0)
  File "/usr/lib/python2.1/sgmllib.py", line 121, in goahead
    k = self.parse_starttag(i)
  File "/usr/lib/python2.1/sgmllib.py", line 311, in parse_starttag
    self.finish_starttag(tag, attrs)
  File "/usr/lib/python2.1/sgmllib.py", line 349, in finish_starttag
    self.handle_starttag(tag, method, attrs)
  File "/usr/lib/python2.1/sgmllib.py", line 385, in handle_starttag
    method(attrs)
  File "/usr/lib/python2.1/site-packages/PyPlucker/TextParser.py", line
1132, in start_a
    self._doc.set_forecolor(self._anchor_forecolor)
AttributeError: StructuredHTMLParser instance has no attribute
'_anchor_forecolor'
  Parsing failed!


[dd]

Reply via email to