Page 1 of 1

feedparser ith 0.4.3?

Posted: August 30th, 2008, 4:11 am
by jeff_porter
Hello all,

I know this has been asked before, but I've not found a solution.

I'm just reinstalled SAB on my DS107e.

I get the feederparser missing message on the RSS page.

Steps I've followed...


wget http://ipkg.nslu2-linux.org/feeds/optwa ... owerpc.xsh
chmod 777 ds101-bootstrap_1.0-4_powerpc.xsh
./ds101-bootstrap_1.0-4_powerpc.xsh
ipkg update

ipkg install sabnzbplus
ipkg install unrar
ipkg install unzip


The python installed is v 2.5

Any ideas on getting feederparser for it?

Re: feedparser ith 0.4.3?

Posted: August 30th, 2008, 5:36 am
by shypike
From the Wiki (http://sabnzbd.wikidot.com/install-cc42):

Code: Select all

wget http://feedparser.googlecode.com/files/feedparser-4.1.zip
mkdir feedparser-4.1
cd feedparser-4.1
unzip ../feedparser-4.1.zip
python setup.py install

Re: feedparser ith 0.4.3?

Posted: August 30th, 2008, 6:10 am
by jeff_porter
cool!

cheers. ;D