I seem to be getting the same error
Code: Select all
box:/home/gil/sab/SABnzbd-0.3.4# ./SABnzbd.py
Traceback (most recent call last):
File "./SABnzbd.py", line 26, in ?
import sabnzbd
File "/home/gil/sab/SABnzbd-0.3.4/sabnzbd/__init__.py", line 37, in ?
from sabnzbd.assembler import Assembler, PostProcessor
File "/home/gil/sab/SABnzbd-0.3.4/sabnzbd/assembler.py", line 37, in ?
from sabnzbd.interface import CheckFreeSpace
File "/home/gil/sab/SABnzbd-0.3.4/sabnzbd/interface.py", line 38, in ?
from cherrypy.filters.gzipfilter import GzipFilter
ImportError: No module named filters.gzipfilter
I've found a few posts on here that say it's because of a too new a version of Cherry.py. I've checked my version and it says this;
>>> import cherrypy
>>>
also there's this:
Code: Select all
box:/home/gil/sab/SABnzbd-0.3.4# cd /usr/local/lib/python2.5/
box:/usr/local/lib/python2.5# cd site-packages/
box:/usr/local/lib/python2.5/site-packages# ls
Cheetah elementtree-1.2.6_20050316-py2.5.egg-info
Cheetah-2.0.1-py2.5.egg-info pysqlite-2.5.6-py2.5.egg-info
CherryPy-2.2.1-py2.5.egg-info pysqlite2
README yenc-0.3-py2.5.egg-info
_yenc.so yenc.py
cherrypy yenc.pyc
elementtree
box:/usr/local/lib/python2.5/site-packages# I'm not sure if it's connected but I tried using SABnzb-.4+ at first but it kept complaining I need a version of python greather than 2.3. But when I run the command Python -V the version number is Python 2.5.4 -- above the required version. So I dropped down a version point not sure if that;s the right thing to of done.
TIA.

