Page 1 of 1

SABnzbd+ Binary Newsgrabber [FILLED]

Posted: Fri 13 May 2011, 12:55
by chrome307
This is what I'm after:

CherryPy-3.2 rev2138 with patches

Thanks in advance :)

Posted: Mon 23 May 2011, 06:35
by GustavoYz

Posted: Thu 26 May 2011, 09:55
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:

Posted: Thu 26 May 2011, 10:47
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

Posted: Thu 26 May 2011, 11:48
by chrome307
Thank you that would be great :)

Posted: Thu 26 May 2011, 13:11
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

Posted: Thu 26 May 2011, 13:30
by chrome307
Thank you ... Thank you .... Thank you :)

Posted: Thu 26 May 2011, 13:37
by p310don
do I take it you got it working? if so, maybe change the title to SABnzbd setup - if my instructions are correct

Posted: Thu 26 May 2011, 13:42
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!!

Posted: Thu 26 May 2011, 13:47
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?!?

Posted: Fri 27 May 2011, 10:11
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!! :)