feedparser ith 0.4.3?

Get help with all aspects of SABnzbd
Forum rules
Help us help you:
  • Are you using the latest stable version of SABnzbd? Downloads page.
  • Tell us what system you run SABnzbd on.
  • Adhere to the forum rules.
  • Do you experience problems during downloading?
    Check your connection in Status and Interface settings window.
    Use Test Server in Config > Servers.
    We will probably ask you to do a test using only basic settings.
  • Do you experience problems during repair or unpacking?
    Enable +Debug logging in the Status and Interface settings window and share the relevant parts of the log here using [ code ] sections.
Post Reply
jeff_porter
Newbie
Newbie
Posts: 25
Joined: February 13th, 2008, 5:02 pm

feedparser ith 0.4.3?

Post 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?
Last edited by jeff_porter on August 30th, 2008, 4:15 am, edited 1 time in total.
User avatar
shypike
Administrator
Administrator
Posts: 19774
Joined: January 18th, 2008, 12:49 pm

Re: feedparser ith 0.4.3?

Post 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
jeff_porter
Newbie
Newbie
Posts: 25
Joined: February 13th, 2008, 5:02 pm

Re: feedparser ith 0.4.3?

Post by jeff_porter »

cool!

cheers. ;D
Post Reply