You are not logged in.

#1 2009-03-27 16:02:58

ben-arch
Member
Registered: 2005-12-17
Posts: 115

SABnzbd, Python and problems

Have installed SABnzbd from AUR (thank you Yaourt), can't run it.

I'm getting the following error :

Traceback (most recent call last):
  File "/opt/sabnzbd/SABnzbd.py", line 44, in <module>
    import sabnzbd
  File "/opt/sabnzbd/sabnzbd/__init__.py", line 52, in <module>
    from sabnzbd.assembler import Assembler
  File "/opt/sabnzbd/sabnzbd/assembler.py", line 34, in <module>
    from sabnzbd.interface import CheckFreeSpace
  File "/opt/sabnzbd/sabnzbd/interface.py", line 46, in <module>
    from Cheetah.Template import Template
  File "/usr/lib/python2.5/site-packages/Cheetah/Template.py", line 59, in <module>
    from Cheetah.Compiler import Compiler, DEFAULT_COMPILER_SETTINGS
  File "/usr/lib/python2.5/site-packages/Cheetah/Compiler.py", line 35, in <module>
    from Cheetah.Utils.Indenter import indentize # an undocumented preprocessor
ImportError: No module named Utils.Indenter

I have reached this stage after consulting the AUR comments and thus solving eralier problems.  Any help will be appreciated.

Thanks
Ben

Last edited by ben-arch (2009-03-28 07:55:50)

Offline

#2 2009-03-28 07:56:46

ben-arch
Member
Registered: 2005-12-17
Posts: 115

Re: SABnzbd, Python and problems

A gentle bump.

Anyone ?

Offline

#3 2009-03-28 16:11:04

Yonk
Member
Registered: 2007-09-07
Posts: 27

Re: SABnzbd, Python and problems

cp /usr/lib/python2.6/site-packages/Cheetah  /usr/lib/python2.5/site-packages/Cheetah -R

should work then

edit:
sry ... seems you did that already. but did you copy the hole directory or just the main and macro dir?

Last edited by Yonk (2009-03-28 16:22:18)

Offline

#4 2009-03-28 17:31:14

ben-arch
Member
Registered: 2005-12-17
Posts: 115

Re: SABnzbd, Python and problems

Hi

Have copied (and recompiled with2.5) the .../Cheeta and .../Cheeta/Macros dirs.  But unfortunately still getting the same error.

Any udeas ?

Thanks
Ben

Offline

#5 2009-03-28 18:33:40

Yonk
Member
Registered: 2007-09-07
Posts: 27

Re: SABnzbd, Python and problems

in that case sry ... works fine for me and all i did was copy the compete folder and i'm also on arch64

Offline

#6 2009-03-29 02:37:02

ben-arch
Member
Registered: 2005-12-17
Posts: 115

Re: SABnzbd, Python and problems

Thanks

Will try to remove and re-install.  See what happens

Offline

Board footer

Powered by FluxBB