KeyError's for various wiki feeds

Marc Girod mgirod at iona.com
Fri Aug 10 02:08:06 EST 2007


Sam Ruby <rubys at intertwingly.net> writes:

> Perhaps this could help:
> 
> http://rpmfind.net/linux/rpm2html/search.php?query=libxml2-python

Thanks. In fact, now I found:

venus> rpm -q libxml2-python
libxml2-python-2.6.16-10
venus> rpm -ql libxml2-python | egrep ^/usr/lib
/usr/lib/python2.3/site-packages/drv_libxml2.py
/usr/lib/python2.3/site-packages/libxml2.py
/usr/lib/python2.3/site-packages/libxml2mod.a
/usr/lib/python2.3/site-packages/libxml2mod.la
/usr/lib/python2.3/site-packages/libxml2mod.so
venus> for f in $(rpm -ql libxml2-python | egrep ^/usr/lib); do sudo ln -s $f /usr/local/lib/python2.5/site-packages/; done

which gives...

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
Redland RDF is not available => can't test FOAF reading lists
....sh: -c: line 1: unexpected EOF while looking for matching `"'
sh: -c: line 2: syntax error: unexpected end of file
[...]
Ran 207 tests in 12.532s

FAILED (failures=5, errors=29)
venus> 

> Try "bzr pull".  If that doesn't work, try:

It does...

venus> bzr pull
Using saved location: http://intertwingly.net/code/venus/
Pull phase: .........

I'll be back later...
Thanks!

Marc

----------------------------
IONA Technologies PLC (registered in Ireland)
Registered Number: 171387
Registered Address: The IONA Building, Shelbourne Road, Dublin 4, Ireland


More information about the devel mailing list