| Summary: | Please keyword dev-python/feedparser-4.1 and net-news/rawdog-2.11 | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Ali Polatel (RETIRED) <hawking> |
| Component: | New packages | Assignee: | Python Gentoo Team <python> |
| Status: | RESOLVED INVALID | ||
| Severity: | enhancement | CC: | hppa, s390 |
| Priority: | Normal | Keywords: | KEYWORDREQ |
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
|
Description
Ali Polatel (RETIRED)
2008-05-13 18:56:25 UTC
What does this mean?
jeroen@elmer ~ $ rawdog -w
Traceback (most recent call last):
File "/usr/bin/rawdog", line 31, in <module>
launch()
File "/usr/bin/rawdog", line 24, in launch
sys.exit(main(sys.argv[1:]))
File "/usr/lib/python2.5/site-packages/rawdoglib/rawdog.py", line 1511, in main
rawdog.write(config)
File "/usr/lib/python2.5/site-packages/rawdoglib/rawdog.py", line 1385, in write
self.write_output_file(articles, article_dates, config)
File "/usr/lib/python2.5/site-packages/rawdoglib/rawdog.py", line 1324, in write_output_file
bits = self.get_main_template_bits(config)
File "/usr/lib/python2.5/site-packages/rawdoglib/rawdog.py", line 1298, in get_main_template_bits
print >>f, '<td>' + feed.get_html_link(config) + '</td>'
File "/usr/lib/python2.5/site-packages/rawdoglib/rawdog.py", line 450, in get_html_link
s = self.get_html_name(config)
File "/usr/lib/python2.5/site-packages/rawdoglib/rawdog.py", line 444, in get_html_name
r = string_to_html(self.url, config)
File "/usr/lib/python2.5/site-packages/rawdoglib/rawdog.py", line 202, in string_to_html
return sanitise_html(cgi.escape(s), "", True, config)
File "/usr/lib/python2.5/site-packages/rawdoglib/rawdog.py", line 94, in sanitise_html
html = feedparser._resolveRelativeURIs(html, baseurl, "UTF-8", type)
TypeError: _resolveRelativeURIs() takes exactly 3 arguments (4 given)
Ahh, turns out the feedparser rawdog uses is more uptodate then the system version and has other tweaks. Readded keywords and removed feedparser DEPEND. Sorry about this. /me fails... |