Cannot install sabnzbd because of missing cheetah | NSLU2 | unslung
Posted: August 26th, 2008, 5:17 pm
Hi,
I am trying to install sabnzbd on an NSLU2 with unslung 6.10 Beta running on it.
When I am trying to make it run via python SABnzbd.py i get:
Sorry, requires Python module Cheetah 2.0rc7 or higher.
I entered b4
ipkg update
ipkg install coreutils
ipkg install python
ipkg install py24-cheetah
ipkg install py24-cherrypy
ipkg install py24-elementtree
ipkg install py24-celementtree
ipkg install py24-yenc
ipkg install unrar
ipkg install unzip
ipkg install par2cmdline
ipkg install perl
Thus, it should be installed. Anyways, when trying to import cheetah into python I get:
>>> import cheetah
Traceback (most recent call last):
File "", line 1, in
ImportError: No module named cheetah
I get the same with cherrypy btw, havent yet tried the other packages. Can anyone tell me what I did wrong so python can't get that stuff importet ?
Thanks 4 help.
I am trying to install sabnzbd on an NSLU2 with unslung 6.10 Beta running on it.
When I am trying to make it run via python SABnzbd.py i get:
Sorry, requires Python module Cheetah 2.0rc7 or higher.
I entered b4
ipkg update
ipkg install coreutils
ipkg install python
ipkg install py24-cheetah
ipkg install py24-cherrypy
ipkg install py24-elementtree
ipkg install py24-celementtree
ipkg install py24-yenc
ipkg install unrar
ipkg install unzip
ipkg install par2cmdline
ipkg install perl
Thus, it should be installed. Anyways, when trying to import cheetah into python I get:
>>> import cheetah
Traceback (most recent call last):
File "", line 1, in
ImportError: No module named cheetah
I get the same with cherrypy btw, havent yet tried the other packages. Can anyone tell me what I did wrong so python can't get that stuff importet ?
Thanks 4 help.