import feedparser
data = feedparser.parse('http://lenta.ru/rss')
print data.entries
but on my localhost same thing is all right
also needed module pytils, when 'python setup.py install' it says something about readonly directory (system;s), how to install it into home directory (easy_install wont do that, he cannot find this module)?