Page 1 of 1

Help to install Sab on NSA310

Posted: March 2nd, 2012, 4:55 pm
by Th0rHere
Hey all,

Just wondering if someone can help me, I'm trying to install SAb on my NSA310. I'm having a little trouble getting Python to work

I have FFPstick up and running and was trying to install cheetah, the response i get is this.

Code: Select all

ImportError: No module named distutils.core 
I have installed Python 3.2.2 and tried 2.7 but not matter what version of 2.7 i try, it keeps coming back saying its the invalid package file name.

Not sure what I'm doing wrong, but i have spent hours trying to figure it out, Taught it best to pop on here and see if anyone could help.

Re: Help to install Sab on NSA310

Posted: March 4th, 2012, 5:51 pm
by Th0rHere
Okay, I believe i have figuired out the problem, or at least i think i have.

I have gotten to a point where i have python 3.2.2 installed, except when trying to install Cheetah, It just gives me a distutilscore error, this time it finds the distutils.core but it doesn't work.

I believe the issue here be caused by the fact that Cheetah was writing for Python2.6/7 and thus will not work on python3.2.2. So that leaves me blank.

I can't find any oarm versions of Python-2.7 anywhere that i can install. Is there even a version that will work.

If there is anyone that can shed any light on this that please, I beg for your help.

Re: Help to install Sab on NSA310

Posted: March 5th, 2012, 3:30 am
by shypike
Very strange that you cannot find a 2.7 version, because that's mainstream.

Re: Help to install Sab on NSA310

Posted: March 11th, 2012, 7:12 am
by Th0rHere
I know, it seemed odd that it wasn't made.

I have made progess and gotten cheetah to install, but not having any luck installing sabnzbd.

Re: Help to install Sab on NSA310

Posted: March 11th, 2012, 8:36 am
by shypike
There's nothing much to installing SABnzbd.
Just unpack our tar.gz file and go to the folder where it unpacked.
Then run once:
python ./tools/make_mo.py
Then:
python ./SABnzbd.py

What happens if you do that?

Re: Help to install Sab on NSA310

Posted: March 19th, 2012, 9:19 am
by woggle
Sorry to hijack the thread but im getting this with PYTHON 2.7 and 2.5
root@nsa310:/mnt/HD_a2/public/SABnzbd-0.6.14# python2.5 SABnzbd.py install
Sorry, requires Python module sqlite3
Try: apt-get install python-pysqlite2

Any Ideas what im doing wrong?

Thanks

Re: Help to install Sab on NSA310

Posted: March 19th, 2012, 1:11 pm
by shypike
woggle wrote:Sorry to hijack the thread but im getting this with PYTHON 2.7 and 2.5
Sorry, requires Python module sqlite3
Try: apt-get install python-pysqlite2

Any Ideas what im doing wrong?
How about installing sqlite support?
2.6 and 2.7 should have sqlite3 support built-in.
If not check with your package creator why not.
2.5 probably requires some extra package.
Again check with your package provider.

Re: Help to install Sab on NSA310

Posted: April 8th, 2012, 8:17 am
by AlgemeneBuurman
Th0rHere, can you tell me how you managed to install cheetah? And how is the installation of Sabnzb going?

Re: Help to install Sab on NSA310

Posted: April 26th, 2012, 6:51 am
by chqshaitan
Hi Guys,

for anyone who is interested i have setup a site and put an article online that details the process to get sabnzbd, sickbeard and couchpotato running on this nas.

Here is the link http://www.nas-stuff.co.uk/complete-gui ... ffp-stick/

the site is being worked on at the moment so its a bit rough around the edges.