Forums

feedparser wont parse url 'http://lenta.ru/rss'

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)?

Hi kernie_xvid,

How long have you had that console open? If you had it open before you upgraded your account then it might not have the right settings for unrestricted internet access. Try the same thing in a fresh console. It certainly works fine when I tested it just now.

pip install --user pytils

Is the command that you need to run in order to install the pytils package for your account only. We can add it to the standard packages as well if you want. But that will take a bit of time.