[RELEASE] Apple Itunes Podcast Browser (video/audio plugin)
#37
You could try a few things:
Code:
# install the alternative Python package installer
apt-get install python-pip

# install the python module feedparser which is used by my add-on.
# If this installs any other package then feedparser there was a req missing
pip install feedparser  

# start the python module feedparser, this should give no error.
# You will see a new prompt if everything works as expected
python -m feedparser
My GitHub. My Add-ons:
Image
Reply


Messages In This Thread
RE: [RELEASE] Apple Itunes Podcast Browser (video/audio plugin) - by sphere - 2013-02-11, 23:51
Logout Mark Read Team Forum Stats Members Help
[RELEASE] Apple Itunes Podcast Browser (video/audio plugin)4