Looking for an NZB program.

Hi, know a program that supports NZB files?

I don’t like klibido since it bugs with some NZB files here, and I
don’t know how to install NZB.


lassenc

lassenc’s Profile: http://forums.opensuse.org/member.php?userid=19830
View this thread: http://forums.opensuse.org/showthread.php?t=405239

lassenc wrote:
> Hi, know a program that supports NZB files?
>
> I don’t like klibido since it bugs with some NZB files here, and I
> don’t know how to install NZB.

SABnzbd
Look on sf.net

SABnzbdPlus looks cool, with the webinterface etc.

But, I am a retard, really, how do I install it?


lassenc

lassenc’s Profile: http://forums.opensuse.org/member.php?userid=19830
View this thread: http://forums.opensuse.org/showthread.php?t=405239

I found a guide, but that one didn’t list the repos needed, and I
couldn’t find the modules it needed.

Got something simple? :slight_smile:


lassenc

lassenc’s Profile: http://forums.opensuse.org/member.php?userid=19830
View this thread: http://forums.opensuse.org/showthread.php?t=405239

‘Installatie SABNzbd+ onder OpenSUSE 11’
(http://www.l4l.be/docs/server/network/sabnzbd.php)

ok it’s in dutch, but i’ll hope it’s clear enough


inktvis75

inktvis75’s Profile: http://forums.opensuse.org/member.php?userid=19051
View this thread: http://forums.opensuse.org/showthread.php?t=405239

Went fine up untill

linux-vu9d:/home/lasse/NZB/nzb-0.1.7 # easy_install cheetah
bash: /usr/bin/easy_install: /usr/bin/python: bad interpreter: Ingen
sådan fil eller filkatalog

In english the last part will be “No such file or directory”


lassenc

lassenc’s Profile: http://forums.opensuse.org/member.php?userid=19830
View this thread: http://forums.opensuse.org/showthread.php?t=405239

that’s very strange, i’ll tried it again (/me loves snapshotting virtual
machines :wink: and it just works for me. Anyway you can always do:

wget
http://tinyurl.com/9nzpfe
tar xzvf Cheetah-2.0.1.tar.gz
cd Cheetah-2.0.1/
sudo python setup.py install


inktvis75

inktvis75’s Profile: http://forums.opensuse.org/member.php?userid=19051
View this thread: http://forums.opensuse.org/showthread.php?t=405239

Doesn’t work…

linux-vu9d:/usr/local/lib64/python2.6/site-packages # cd Cheetah-2.0.1/
linux-vu9d:/usr/local/lib64/python2.6/site-packages/Cheetah-2.0.1 #
sudo python setup.py install
sudo: python: command not found
linux-vu9d:/usr/local/lib64/python2.6/site-packages/Cheetah-2.0.1 #


lassenc

lassenc’s Profile: http://forums.opensuse.org/member.php?userid=19830
View this thread: http://forums.opensuse.org/showthread.php?t=405239

~> which python
/usr/bin/python

~> sudo /usr/bin/python setup.py install

(depending on sudo is configured and your $PATH is defined sudo can
find python or not)


inktvis75

inktvis75’s Profile: http://forums.opensuse.org/member.php?userid=19051
View this thread: http://forums.opensuse.org/showthread.php?t=405239

> lasse@linux-vu9d:~> which python
> which: no python in
> (/home/lasse/bin:/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/X11R6/bin:/usr/games:/opt/kde3/bin:/usr/lib/jvm/jre/bin:/usr/lib/mit/bin:/usr/lib/mit/sbin:.:/usr/lib/qt3/bin)
>

Seems like python is not installed, even though I have followed
everything else and checked in yast


lassenc

lassenc’s Profile: http://forums.opensuse.org/member.php?userid=19830
View this thread: http://forums.opensuse.org/showthread.php?t=405239

can you do:
rpm -qa | grep -i python

this is what is installed on my opensuse installation

python-urlgrabber-3.1.0-178.9
gimp-plugins-python-2.6.2-2.16
python-openssl-0.7.0-1.18
libpython2_6-1_0-2.6.0-2.19
python-2.6.0-2.19
python-numeric-24.2-195.9
dbus-1-python-0.83.0-21.37
python-cairo-1.6.4-1.33
python-qt4-4.4.3-1.41
python-devel-2.6.0-2.19
python-base-2.6.0-2.19
python-ReportLab-2.1-2.1
python-setuptools-0.6c8-10.17
python-xml-2.6.0-2.19
python-gobject2-2.15.4-2.33
python-gtk-2.12.1-63.3
python-sip-4.7.7-1.44
libxml2-python-2.7.1-9.1
python-qt-3.17.4-1.95
python-feedparser-4.1-0.pm.1


inktvis75

inktvis75’s Profile: http://forums.opensuse.org/member.php?userid=19051
View this thread: http://forums.opensuse.org/showthread.php?t=405239

lasse@linux-vu9d:~> rpm -qa | grep -i python

python-2.6.0-2.16

python-gobject2-2.15.4-2.28

python-urlgrabber-3.1.0-178.8

python-twisted-8.0.1-1.69

python-base-2.6.0-2.12

python-pam-0.5.0-3.92

libxml2-python-2.7.1-9.1

python3-3.0b3-3.25
python-openssl-0.7.0-1.14
python-zopeinterface-3.3.0-79.48
python-qt4-4.4.3-1.44
python-feedparser-4.1-0.pm.1
libpython2_6-1_0-2.6.0-2.12
python-serial-2.4-1.22
python-cairo-1.6.4-1.35
dbus-1-python-0.83.0-21.31
python-devel-2.6.0-2.12
python-sip-4.7.7-1.40
python-gtk-2.12.1-63.3
python-xml-2.6.0-2.12
python-numeric-24.2-195.8
python-kde4-4.1.3-1.22
python-setuptools-0.6c9-2.1


lassenc

lassenc’s Profile: http://forums.opensuse.org/member.php?userid=19830
View this thread: http://forums.opensuse.org/showthread.php?t=405239

so it should be there,
can you just do: ls -al /usr/bin/python


inktvis75

inktvis75’s Profile: http://forums.opensuse.org/member.php?userid=19051
View this thread: http://forums.opensuse.org/showthread.php?t=405239

lasse@linux-vu9d:~> ls -al /usr/bin/python
lrwxrwxrwx 1 root root 9 17 jan 16:46 /usr/bin/python -> python2.5


lassenc

lassenc’s Profile: http://forums.opensuse.org/member.php?userid=19830
View this thread: http://forums.opensuse.org/showthread.php?t=405239

ok, just try:
su -<enter>-
/usr/bin/python setup.py install

btw which version of opensuse do you currently use ?


inktvis75

inktvis75’s Profile: http://forums.opensuse.org/member.php?userid=19051
View this thread: http://forums.opensuse.org/showthread.php?t=405239

lassenc wrote:
> SABnzbdPlus looks cool, with the webinterface etc.
>
> But, I am a retard, really, how do I install it?

I’m not sure how to explain things to retards, I usually work
with reasonably intelligent people, and here we normally do not
let retards anywhere close to computers, unless to play games.

But in case that statement was somewhat exaggerated, I’ll try to explain.

  • Download the SABnzbd-0.4.5RC2-src.tar.gz file from the SABnzbd website to e.g. /home/lassenc/
  • untar the file ‘tar xzf SABnzbd-0.4.5RC2-src.tar.gz’
  • Change directory name SABnzbd-0.4.5RC2/ to SABnzbd/
  • Make a desktop shortcut, function or whatever you need to run
    ‘python /home/lassenc/SABnzbd/SABnzbd.py >/dev/null’

That’s it, program installed. No special permissions needed,
but you have to have some other required Python modules.

Essential modules
cheetah-2.0.1 http://www.cheetahtemplate.org/
python-cheetah-2.0.1-2.2 (rpm)

yenc module >= 0.3 http://sabnzbd.sourceforge.net/yenc-0.3.tar.gz
installed from source
http://sabnzbd.sourceforge.net/yenc-0.3-w32fixed.zip (Win32-only)
par2cmdline >= 0.4 http://parchive.sourceforge.net/
par2cmdline-0.4-5.1 (rpm)
http://chuchusoft.com/par2_tbb/index.html (multi-core)

Optional modules
unrar >= 3.70 http://www.rarlab.com/rar_add.htm
unrar-3.70-21 (rpm)

unzip >= 5.52 http://www.info-zip.org/
unzip-5.52-77.2 (rpm)

feedparser >= 4.1 http://feedparser.org/
standard python 2.5/2.6/3.0 module

pyopenssl => 0.7 http://sourceforge.net/projects/pyopenssl/
Not user here.

Latest version, 11.1?

lasse@linux-vu9d:~> su
Adgangskode:
linux-vu9d:/home/lasse # /usr/bin/python setup.py install
bash: /usr/bin/python: Ingen sådan fil eller filkatalog

Still no file or directory, I can’t find it in that location via the
GUI.


lassenc

lassenc’s Profile: http://forums.opensuse.org/member.php?userid=19830
View this thread: http://forums.opensuse.org/showthread.php?t=405239

the problem now is that you’re running that command not in the right
directory:

wget
‘Cheetah-2.0.1.tar.gz’ (http://tinyurl.com/9nzpfe)
tar xzvf Cheetah-2.0.1.tar.gz
cd Cheetah-2.0.1/
su
/usr/bin/python setup.py install


inktvis75

inktvis75’s Profile: http://forums.opensuse.org/member.php?userid=19051
View this thread: http://forums.opensuse.org/showthread.php?t=405239

linux-vu9d:/home/lasse # cd Cheetah-2.0.1/
linux-vu9d:/home/lasse/Cheetah-2.0.1 # sudo python setup.py install
sudo: python: command not found

I still don’t think python is set up like it should…


lassenc

lassenc’s Profile: http://forums.opensuse.org/member.php?userid=19830
View this thread: http://forums.opensuse.org/showthread.php?t=405239

lassenc;1929038 Wrote:
> linux-vu9d:/home/lasse # cd Cheetah-2.0.1/
> linux-vu9d:/home/lasse/Cheetah-2.0.1 # sudo python setup.py install
> sudo: python: command not found
>
> don’t use sudo for now, just type:
> su (press enter, type your root pw)
> pwd (check your current working dir, is it still:
> /home/lasse/Cheetah-2.0.1 ?)
> /usr/bin/python setup.py install
>

lassenc;1929038 Wrote:
>
> I still don’t think python is set up like it should…

i’ll agree, but i’m pretty sure that this should work


inktvis75

inktvis75’s Profile: http://forums.opensuse.org/member.php?userid=19051
View this thread: http://forums.opensuse.org/showthread.php?t=405239