Problem with SABnzbd-0.4.12 installation on debian Lenny

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
Yionel
Newbie
Newbie
Posts: 5
Joined: February 2nd, 2010, 5:31 pm

Problem with SABnzbd-0.4.12 installation on debian Lenny

Post 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
User avatar
shypike
Administrator
Administrator
Posts: 19774
Joined: January 18th, 2008, 12:49 pm

Re: Problem with SABnzbd-0.4.12 installation on debian Lenny

Post 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
Yionel
Newbie
Newbie
Posts: 5
Joined: February 2nd, 2010, 5:31 pm

Re: Problem with SABnzbd-0.4.12 installation on debian Lenny

Post by Yionel »

shypike wrote: Did you have a look at the Wiki?
There's a Debian/Unbuntu package and an DIY instruction.
http://wiki.sabnzbd.org/install-unix
It's just for Ubuntu and not Debian. I don't know if it works :/
Yionel
Newbie
Newbie
Posts: 5
Joined: February 2nd, 2010, 5:31 pm

Re: Problem with SABnzbd-0.4.12 installation on debian Lenny

Post by Yionel »

Nobody can help me please ? :(
User avatar
shypike
Administrator
Administrator
Posts: 19774
Joined: January 18th, 2008, 12:49 pm

Re: Problem with SABnzbd-0.4.12 installation on debian Lenny

Post 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.
Last edited by shypike on February 8th, 2010, 3:28 am, edited 1 time in total.
Yionel
Newbie
Newbie
Posts: 5
Joined: February 2nd, 2010, 5:31 pm

Re: Problem with SABnzbd-0.4.12 installation on debian Lenny

Post 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 :/
User avatar
inpheaux
Administrator
Administrator
Posts: 563
Joined: January 16th, 2008, 9:14 pm

Re: Problem with SABnzbd-0.4.12 installation on debian Lenny

Post by inpheaux »

The par2 package is just called "par2", and you should be able to use JCFP's launchpad ppa perfectly fine with debian.
Yionel
Newbie
Newbie
Posts: 5
Joined: February 2nd, 2010, 5:31 pm

Re: Problem with SABnzbd-0.4.12 installation on debian Lenny

Post 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
User avatar
jcfp
Release Testers
Release Testers
Posts: 989
Joined: February 7th, 2008, 12:45 pm

Re: Problem with SABnzbd-0.4.12 installation on debian Lenny

Post 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.
Post Reply