Page 1 of 1
Problem with SABnzbd-0.4.12 installation on debian Lenny
Posted: February 2nd, 2010, 5:35 pm
by Yionel
Hi
I think the problem is recurent but I don't find solution. I'm sorry :/
Code: Select all
# python SABnzbd.py
Sorry, requires Python module Cheetah 2.0rc7 or higher.
Code: Select all
# python
Python 2.5.2 (r252:60911, Jan 4 2009, 17:40:26)
[GCC 4.3.2] on linux2
Type "help", "copyright", "credits" or "license" for more information.
Thanks a lot
Re: Problem with SABnzbd-0.4.12 installation on debian Lenny
Posted: February 2nd, 2010, 5:37 pm
by shypike
Did you have a look at the Wiki?
There's a Debian/Unbuntu package and an DIY instruction.
http://wiki.sabnzbd.org/install-unix
Re: Problem with SABnzbd-0.4.12 installation on debian Lenny
Posted: February 2nd, 2010, 6:32 pm
by Yionel
It's just for Ubuntu and not Debian. I don't know if it works :/
Re: Problem with SABnzbd-0.4.12 installation on debian Lenny
Posted: February 7th, 2010, 9:55 am
by Yionel
Nobody can help me please ?

Re: Problem with SABnzbd-0.4.12 installation on debian Lenny
Posted: February 7th, 2010, 10:21 am
by shypike
Given that Ubuntu is a Debian derivative, it should be possible.
Otherwise just use the generic instruction.
All required packages are available for Debian,
they're easy to install with apt-get.
You require:
python-yenc
python-Cheetah
par2cmdline
unrar
After that you just unpack our tar.gz file somewhere and run ./SABnzbd.py.
Re: Problem with SABnzbd-0.4.12 installation on debian Lenny
Posted: February 7th, 2010, 9:12 pm
by Yionel
Code: Select all
# apt-get install python-yenc python-Cheetah par2cmdline unrar
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Couldn't find package par2cmdline
Code: Select all
# ./SABnzbd.py
Sorry, requires Python module Cheetah 2.0rc7 or higher.
debian:/home/yonk/SABnzbd-0.4.12#
No it doesn't work :/
Re: Problem with SABnzbd-0.4.12 installation on debian Lenny
Posted: February 8th, 2010, 12:26 am
by inpheaux
The par2 package is just called "par2", and you should be able to use JCFP's launchpad ppa perfectly fine with debian.
Re: Problem with SABnzbd-0.4.12 installation on debian Lenny
Posted: February 8th, 2010, 5:18 am
by Yionel
Where I can find the JCFP's launchpad ppa ?
there is "ppa:jcfp/ppa" using with add-apt-repository but debian doesn't know it...
Thx for your help
Re: Problem with SABnzbd-0.4.12 installation on debian Lenny
Posted: February 8th, 2010, 6:36 am
by jcfp
Yionel wrote:
Where I can find the JCFP's launchpad ppa ?
Instructions
here, could work on debian lenny if you change
$(lsb_release -c -s) in the first command with just
hardy - otherwise it would insert a debian release name which means failure is guaranteed. Let us know if you succeed so I can add the info somewhere.