SABnzbd install problem for newbie... Help!!

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
krondaj
Newbie
Newbie
Posts: 3
Joined: July 22nd, 2008, 7:05 pm

SABnzbd install problem for newbie... Help!!

Post by krondaj »

Hi,

I have been trying to get sabnzbd working on my sabayon box now for 2 days i have installed every module that's it said it needed.

however when I type

python SABnzbd.py

to start SABnzbd i get:

sorry, requires Python module Cheetah 2.0rc7 or higher

i have installed cheetah 2.0.1 (the latest version first using spritz and then trying to install it myself.

i'm a newbie and don't know how to fix this problem!!

I have SABnzbd on my windows box and it's very easy to install!

Can anyone help!!!


Krondaj
User avatar
switch
Moderator
Moderator
Posts: 1380
Joined: January 17th, 2008, 3:55 pm
Location: UK

Re: SABnzbd install problem for newbie... Help!!

Post by switch »

To check Cheetah really is installed, type:

Code: Select all

python
import Cheetah
Cheetah.Version
IF you get an import error after typing "import Cheetah" then cheetah is not installed. The docs for installing cheetah can be found here.
krondaj
Newbie
Newbie
Posts: 3
Joined: July 22nd, 2008, 7:05 pm

Re: SABnzbd install problem for newbie... Help!!

Post by krondaj »

OK I tried that

I got this

chris@localhost ~ $ python
Python 2.5.2 (r252:60911, Jul 20 2008, 21:03:38)
[GCC 4.2.3 (Gentoo 4.2.3 p1.0)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import cheetah
Traceback (most recent call last):
  File "", line 1, in
ImportError: No module named cheetah


However if I go in to another terminal and type cheetah version i get.

chris@localhost ~ $ cheetah version
2.0.1


I don't understand what i'm doing wrong
rAf
Moderator
Moderator
Posts: 546
Joined: April 28th, 2008, 2:35 pm
Location: France
Contact:

Re: SABnzbd install problem for newbie... Help!!

Post by rAf »

switch wrote:

Code: Select all

python
import Cheetah
Cheetah.Version
Case is important... Can you retry ?
Post Reply