You are not logged in.

#1 2007-05-14 01:31:54

Zepp
Member
From: Ontario, Canada
Registered: 2006-03-25
Posts: 334
Website

[solved] sabnzbd (no module named filters.gzipfilter)

I tried installing sabnzbd from aur, and I managed to track down the dependencies in aur or the regular repository and its all installed but when I try and run SABnzbd.py I get this

Traceback (most recent call last):
  File "/usr/bin/SABnzbd.py", line 44, in <module>
    from sabnzbd.interface import *
  File "/usr/lib/python2.5/site-packages/sabnzbd/interface.py", line 31, in <module>
    from cherrypy.filters.gzipfilter import GzipFilter
ImportError: No module named filters.gzipfilter

Last edited by Zepp (2007-06-14 20:19:53)

Offline

#2 2007-05-14 01:57:35

Zepp
Member
From: Ontario, Canada
Registered: 2006-03-25
Posts: 334
Website

Re: [solved] sabnzbd (no module named filters.gzipfilter)

Figured out my problem. I was running cherrypy 3.0 something and I need 2.2 I believe.

Offline

#3 2007-06-13 21:52:08

soylent_green_is_hamster
Member
Registered: 2006-11-15
Posts: 109

Re: [solved] sabnzbd (no module named filters.gzipfilter)

Hi Zepp

I have the same problem, did installing cherrypy 2.2 fix things for you?

Not sure exactly how I install 2.2, is there a PKGBUILD for it, or did you just go to download.cherrypy.org, download the 2.2.1 tarball and run the setup script?

cheers!

Offline

#4 2007-06-14 02:28:06

Zepp
Member
From: Ontario, Canada
Registered: 2006-03-25
Posts: 334
Website

Re: [solved] sabnzbd (no module named filters.gzipfilter)

soylent_green_is_hamster wrote:

Hi Zepp

I have the same problem, did installing cherrypy 2.2 fix things for you?

Not sure exactly how I install 2.2, is there a PKGBUILD for it, or did you just go to download.cherrypy.org, download the 2.2.1 tarball and run the setup script?

cheers!

Yes it fixed my problem. If I recall correctly I just went and downloaded the tar ball from the cherrypy website and used the setup.py to install it. I didn't see a PKGBUILD for it anywhere either, and I figured one package not installed through pacman wouldn't cause to much a pain in the ass later on wink.

Last edited by Zepp (2008-07-03 17:37:50)

Offline

#5 2007-06-14 20:09:26

soylent_green_is_hamster
Member
Registered: 2006-11-15
Posts: 109

Re: [solved] sabnzbd (no module named filters.gzipfilter)

thanks - I'll give it a go...

Offline

Board footer

Powered by FluxBB