updating from sabnzbd (plus) 0.3.0 rc3 to final - get error loading cherrpy

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
juggy
Newbie
Newbie
Posts: 4
Joined: January 27th, 2008, 5:14 pm

updating from sabnzbd (plus) 0.3.0 rc3 to final - get error loading cherrpy

Post by juggy »

Version: 0.3.0 RC3 > trying to update to final
OS: IPKG/opt arm running on qnap ts-109 pro
Install-type: RC3 installed via ipkg from http://www.maartendamen.com/synoware/py ... c3_arm.ipk
Template (if applicable): default
Firewall Software: NA
Are you using IPV6? no
Is the issue reproducible? Yes - cannot execute

see my below question on sourceforge forum

i am trying to update from an ipkg install of 3.0.0 rc3 sabnzbd plus to the final - the instructions that i got from another board were to overwrite the sabnzbd folder but then i get the below:


https://sourceforge.net/forum/forum.php ... _id=744573

python import error update 0.3.0rc3 to final
By: Kevin Sullivan (juggy2) - 2008-01-27 16:04
below is thread from another forum - need a hand with a python error:


fugazi wrote:
Install it manually. Download the zip from the website and replace the existing sabnzbd directory. You may want to clear out the existing cache files.

juggy wrote:
hi have an nas running optware and have installed the ipkg py-SABnzbd 0.2.5

how would i update this to 0.3.0

there is no updated ipkg for SABnzbd


hi i did that but i am now getting a python error

Code:
Command '"./S70sabnzbdplus"'
failed with return code 1 and error message
Traceback (most recent call last):
File "/opt/local/sabnzbdplus/SABnzbd.py", line 24, in
import cherrypy
ImportError: No module named cherrypy.


i tried reinstalling python via ipkg v 2.4.4-3 but same error occur when i try to execute the new SABnzbd

any ideas?


>>> there seems to be 2 sabnzbd folders

do i have to over write both of them??
they are located at:

(the 1st one is what is getting executed)

opt/local/sabndzbplus/sabnzbd

opt/lib/python2.4/site-packages/sabnzbd as soon as i revert back to the sabndbd (plus) 0.3.0 rc3 sabnzbd folder it starts up fine

the path to the python packages is broken somehow in sabnzbd.py


      RE: python import error update 0.3.0rc3 to f (New)
      By: shypike (shypikeProject Admin) - 2008-01-27 16:43
      Your not supposed to install SABnzbd as a Python module.
      Just install it in its own directory (by unzipping the distribution file).
juggy
Newbie
Newbie
Posts: 4
Joined: January 27th, 2008, 5:14 pm

Re: updating from sabnzbd (plus) 0.3.0 rc3 to final - get error loading cherrpy

Post by juggy »

the original was installed via an ipkg install into opt / chroot

for the qnap ts-109 (arm) is there a package available for 0.3.0 final?
User avatar
rascalli
Moderator
Moderator
Posts: 656
Joined: January 18th, 2008, 12:30 am
Location: Bossche bollen land

Re: updating from sabnzbd (plus) 0.3.0 rc3 to final - get error loading cherrpy

Post by rascalli »

Have a look iat the following file : SABnzbd.py

Look at this file in both installs (old & new one)

The first line should be the same. If not change it in the new install to the line that is in the old install.

As this line tells sabnzbd where to find python.
Post Reply