Error under freebsd 7 Release

Get help with all aspects of SABnzbd
Forum rules
Help us help you:
  • Are you using the latest stable version of SABnzbd? Downloads page.
  • Tell us what system you run SABnzbd on.
  • Adhere to the forum rules.
  • Do you experience problems during downloading?
    Check your connection in Status and Interface settings window.
    Use Test Server in Config > Servers.
    We will probably ask you to do a test using only basic settings.
  • Do you experience problems during repair or unpacking?
    Enable +Debug logging in the Status and Interface settings window and share the relevant parts of the log here using [ code ] sections.
Post Reply
Rainmaster
Newbie
Newbie
Posts: 6
Joined: February 27th, 2008, 5:19 pm
Location: Netherlands

Error under freebsd 7 Release

Post by Rainmaster »

I get this error when i run SABnzbd

Traceback (most recent call last):
  File "SABnzbd.py", line 42, in
    import cherrypy
  File "/usr/home/stefan/SABnzbd-0.4.6/cherrypy/__init__.py", line 10, in
    import config
  File "/usr/home/stefan/SABnzbd-0.4.6/cherrypy/config.py", line 7, in
    from cherrypy import _cputil
  File "/usr/home/stefan/SABnzbd-0.4.6/cherrypy/_cputil.py", line 9, in
    from cherrypy.lib import httptools
ImportError: No module named lib

This is my pkg_info

gettext-0.17_1      GNU gettext package
gmake-3.81_3        GNU version of 'make' utility
libiconv-1.11_1    A character set conversion library
libtool-1.5.26      Generic shared library support script
linux_base-fc-4_10  Base set of packages needed in Linux mode (for i386/amd64)
par2cmdline-0.4_1  Tools for using Parity v2 Archive files
py25-chardet-1.0.1  Character encoding auto-detection in Python
py25-cheetah-2.0.1  HTML template engine for Python
py25-cherrypy-old-2.2.1,1 A pythonic, object-oriented web development framework
py25-elementtree-1.2.6 Container for hierarchical data structures written in Pytho
py25-feedparser-4.1_2 An RSS feed parser written in Python
py25-openssl-0.8    Python interface to the OpenSSL library
py25-setuptools-0.6c9 Download, build, install, upgrade, and uninstall Python pac
py25-yenc-0.3      A yenc decoding module for Python in C
python25-2.5.2_3    An interpreted object-oriented programming language
unrar-3.80,5        Extract, view & test RAR archives
unzip-5.52_5        List, test and extract compressed files in a ZIP archive
yencode-0.46_5      A free (GPL) encoder and decoder for the yEnc Usenet file f

Do i miss something???
Be cool and love both-> Windows and Unix/Linux!
User avatar
shypike
Administrator
Administrator
Posts: 19773
Joined: January 18th, 2008, 12:49 pm

Re: Error under freebsd 7 Release

Post by shypike »

It looks like something is wrong with your Python installation,
although I cannot tell what from this error message.

It looks like the  CherryPy 2.2.1 package is installed.
You can try to remove (or rename) the cherrypy directory inside the SABnzbd installation.
SABnzbd will then use the installed CherryPy module, instead of the one in the distribution.
Rainmaster
Newbie
Newbie
Posts: 6
Joined: February 27th, 2008, 5:19 pm
Location: Netherlands

Re: Error under freebsd 7 Release

Post by Rainmaster »

Thanks it works using py25-cherrypy-old-2.2.1,1 ;D
Be cool and love both-> Windows and Unix/Linux!
Post Reply