SABnzbd+ Binary Newsgrabber [FILLED]

Requests go here. If you fill a request, give it a new thread in the appropriate category and then link to it in the request thread.
Post Reply
Message
Author
User avatar
chrome307
Posts: 708
Joined: Thu 15 Jan 2009, 11:00

SABnzbd+ Binary Newsgrabber [FILLED]

#1 Post by chrome307 »

This is what I'm after:

CherryPy-3.2 rev2138 with patches

Thanks in advance :)
Last edited by chrome307 on Fri 27 May 2011, 10:12, edited 1 time in total.

User avatar
GustavoYz
Posts: 883
Joined: Wed 07 Jul 2010, 05:11
Location: .ar

#2 Post by GustavoYz »


User avatar
chrome307
Posts: 708
Joined: Thu 15 Jan 2009, 11:00

#3 Post by chrome307 »

Thank you for your reply and answer :)

Unfortunately it doesn't solve my problem, I am trying to compile SABnzbd+ from source and it specifies that above build is the dependency required. However I have looked at the CherryPy site, and cannot locate the above build.

Guess I'm stuck :oops:

p310don
Posts: 1492
Joined: Tue 19 May 2009, 23:11
Location: Brisbane, Australia

#4 Post by p310don »

chrome307,

are you still using 4.31? i got sab working fairly easily. when i get home i'll check what i did and help you out

User avatar
chrome307
Posts: 708
Joined: Thu 15 Jan 2009, 11:00

#5 Post by chrome307 »

Thank you that would be great :)

p310don
Posts: 1492
Joined: Tue 19 May 2009, 23:11
Location: Brisbane, Australia

#6 Post by p310don »

Ok, this is what I did. I will start to mention that I did this in 5.2, not 4.31. I did try in 4.31 but got interrupted and didn't retry.

First thing, I downloaded and installed the devx for puppy.

4.31 here http://mirror.internode.on.net/pub/pupp ... ppy-4.3.1/

5.2 here http://mirror.internode.on.net/pub/pupp ... puppy-5.2/

Then all the source and dependencies for sabnzb

SABnzbd+ http://sabnzbd.org/download/

Cheetah http://pypi.python.org/pypi/Cheetah/2.4.4

yenc module http://sabnzbd.sourceforge.net/yenc-0.3.tar.gz

par2 http://www.murga-linux.com/puppy/viewto ... 39&t=61382 actually your work chrome307!!

It is a few months since I did this so the order may need changing, but, I'm sure I started with the dependencies.

Cheetah first

Unzip the downloaded Cheetah-2.4.4.tar.gz then go into the directory where you unzipped it to and right click on a blank area in ROX filer, then click on window, then terminal here

In the terminal window type

Code: Select all

python setup.py build
then

Code: Select all

python setup.py install
That should take care of the cheetah dependency. Now go to the yenc module and follow the same process. Unzip the tar.gz go to that directory, right click, window, terminal here.

In the terminal window type

Code: Select all

python setup.py build
then

Code: Select all

python setup.py install
If I remember correctly, this one spat out an error, but it doesn't seem to matter anyway.

That is dependency two sorted.

Click on the par2.pet and it should install itself without any further interaction. Now the fun part. The actual program.

Unzip the SABnzbd+ tar.gz and go to that folder. Note, the cherrypy dependency is included in the download. I don't think you have to do anything with it, its just there.

Again, follow the same procedure to make this one, except the .py file is different. So, right click, window, terminal here...

Code: Select all

python SABnzbd.py
That should be it done, your web browser should start itself and you'll be ready to download your nzbs.

Note, I don't know what I did, but, in the process of running through this myself to write this, its updated to the newest version for me, so thanks for making me do it!!

Hope that helps

Paul
Last edited by p310don on Thu 26 May 2011, 13:38, edited 1 time in total.

User avatar
chrome307
Posts: 708
Joined: Thu 15 Jan 2009, 11:00

#7 Post by chrome307 »

Thank you ... Thank you .... Thank you :)

p310don
Posts: 1492
Joined: Tue 19 May 2009, 23:11
Location: Brisbane, Australia

#8 Post by p310don »

do I take it you got it working? if so, maybe change the title to SABnzbd setup - if my instructions are correct

User avatar
chrome307
Posts: 708
Joined: Thu 15 Jan 2009, 11:00

#9 Post by chrome307 »

OOps ... sorry have done it just yet .... need to get back home to do this.

Thanks for the clear concise instructions, I very confident that it will work and will post later on once I have it up and running!!

p310don
Posts: 1492
Joined: Tue 19 May 2009, 23:11
Location: Brisbane, Australia

#10 Post by p310don »

Ok, look forward to hearing that you've gotten it going. I know you've been trying to do this for ages, and I know that I promised to help you out in January. Sorry for the slight delay, can you believe may is almost over already?!?

User avatar
chrome307
Posts: 708
Joined: Thu 15 Jan 2009, 11:00

#11 Post by chrome307 »

Yahoo!!

It works, compiled it ( used Lucid 5.25 ) as detailed in your steps, I did get some error messages, however you were right SABnzbd+ does start up and runs you through the setup wizard.

This is the error message:

Code: Select all


You don't have the C version of NameMapper installed! I'm disabling Cheetah's useStackFrames option as it is painfully slow with the Python version of NameMapper. You should get a copy of Cheetah with the compiled C version of NameMapper.
  "\nYou don't have the C version of NameMapper installed! "

Just glad it's all sorted, I do like using PAN and it's lightweight and doesn't burden the OS, but SABnzbd+ offers more functionality.

Thank you again!! :)

Post Reply