I met the same error.

I found "/usr/lib/exaile/lib/feedparser.py" linked to
"../../../share/python-support/python-feedparser/feedparser.py" which
may be obsoleted and does not exist now.

"/usr/lib/exaile/lib/feedparser.py" should be linked to
"../../../share/pyshared/feedparser.py" which is in the package
"python-feedparser".

In one word, it works after running this with root privilege:
cd /usr/lib/exaile/lib && rm feedparser.py && ln -s
../../../share/pyshared/feedparser.py feedparser.py





-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to