KeyError's for various wiki feeds

Sam Ruby rubys at intertwingly.net
Fri Aug 10 01:49:09 EST 2007


Marc Girod wrote:
> "Sam Ruby" <rubys at intertwingly.net> writes:
> 
>> You have a different version of the Universal Feed Parser installed
>> in your search path, and that is causing confusion.
> 
> Sorry... which one is wrong?
> 
> venus> locate feedparser
> /usr/lib/python2.3/site-packages/feedparser.pyc
> /usr/lib/python2.3/site-packages/feedparser.py
> /usr/local/lib/python2.5/site-packages/feedparser.pyc
> /usr/local/lib/python2.5/site-packages/feedparser-4.1-py2.5.egg-info
> /usr/local/lib/python2.5/site-packages/feedparser.py
> /usr/local/lib/python2.5/email/feedparser.pyc
> /usr/local/lib/python2.5/email/feedparser.py
> /usr/local/lib/python2.5/email/feedparser.pyo

Probably all of them.  :-)

But it doesn't much matter, the latest version of the feedparser is 
included in the planet/vendor directory of Venus, all that is needed is 
for the search path to be correct, and that is already patched.

> Also, I have some problems with libxml2...
> As you said, it is available for ubuntu.
> And what do I do on RedHat EL 4?

Perhaps this could help:

http://rpmfind.net/linux/rpm2html/search.php?query=libxml2-python

> I am again helpless... This is why I tried to update:
> 
> venus> bzr update
> Tree is up to date at revision 241.

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

   bzr pull http://www.intertwingly.net/code/venus/

My branch is currently at revision 243.

>> You can, but if the tests ever run correctly, they will do that for
>> you.
> 
> Er... after the run, but before?
> I mean that these remain from previous runs...?

You can safely delete the tests/work directory now.  If you get to the 
point where the tests pass, runtest.py will delete that directory for you.

- Sam Ruby


More information about the devel mailing list