KeyError's for various wiki feeds
Sam Ruby
rubys at intertwingly.net
Fri Aug 10 04:20:48 EST 2007
Marc Girod wrote:
> venus> python runtests.py
> /usr/local/lib/python2.5/site-packages/libxml2.py:1: RuntimeWarning: Python C API version mismatch for module libxml2mod: This Python has API version 1013, module libxml2mod has version 1012.
> import libxml2mod
That looks like you installed a version of libxml2 which was compiled
for Python 2.4, but you are running Python 2.5.
> Redland RDF is not available => can't test FOAF reading lists
> ......................................................................................................................................................................................F.........................
> ======================================================================
> FAIL: test_cache (tests.test_rlists.ReadingListTest)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
> File "/home/mgirod/tmp/bzr/venus/venus/tests/test_rlists.py", line 41, in test_cache
> self.assertEqual(1,len(cache))
> AssertionError: 1 != 2
I'm not sure, but this may be a result of cache entries being still
around on disk from a prior test. If you run this test again, does this
error message go away?
> venus> python tests/reconstitute.py "http://wiki.iona.com/icde-wiki/RecentChanges?action=rss_rc&items=50&ddiffs=1&unique=1"
> /usr/local/lib/python2.5/site-packages/libxml2.py:1: RuntimeWarning: Python C API version mismatch for module libxml2mod: This Python has API version 1013, module libxml2mod has version 1012.
> import libxml2mod
> <?xml version="1.0"?>
> <feed xmlns="http://www.w3.org/2005/Atom" xmlns:planet="http://planet.intertwingly.net/" xmlns:indexing="urn:atom-extension:indexing" indexing:index="no"><access:restriction xmlns:access="http://www.bloglines.com/about/specs/fac-1.0" relationship="deny"/>
[snip]
I don't see any problems here.
- Sam Ruby
More information about the devel
mailing list