CherryPy issue?

Report & discuss bugs found in 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
marc_al
Newbie
Newbie
Posts: 13
Joined: June 30th, 2010, 5:55 am

CherryPy issue?

Post by marc_al »

Hello,

do you hane an idea aboyt why I always have this error message?
The following modules need to be installed: Cheetah, cherrypy(included, unpack the zip)
Process terminated with an exit code of 1
I have uncompressed the zip in the directory and added the directory in the development ide?

Thank you
MArc
User avatar
shypike
Administrator
Administrator
Posts: 19774
Joined: January 18th, 2008, 12:49 pm

Re: CherryPy issue?

Post by shypike »

Don't re-use a topic for unrelated subjects.
I don't really understand what you are trying to do.
marc_al
Newbie
Newbie
Posts: 13
Joined: June 30th, 2010, 5:55 am

Re: CherryPy issue?

Post by marc_al »

Hello,

I am sorry here is a better explanation
1) I have downloaded the bazaar tool to have the source code.
2) I have donloaded the Python IDE and different modules for python.
3) I launch the Python IDE and I add all the directory (and sub directories) in my project. I try to execute the source code
I have the following error :
The following modules need to be installed: Cheetah, cherrypy(included, unpack the zip)
Process terminated with an exit code of 1
4) I have uncompressed the zip file (like suggested)and added the content of the zip file (directory and sub directories) and the error message is still there (The following modules need to be installed: Cheetah, cherrypy(included, unpack the zip)
Process terminated with an exit code of 1)
5) When I debug the core I have an error in the first try (to import the modules)

Thank you
Marc
User avatar
shypike
Administrator
Administrator
Posts: 19774
Joined: January 18th, 2008, 12:49 pm

Re: CherryPy issue?

Post by shypike »

You need to have Cheetah installed as part of Python.
The cherrypy.zip file comes from the Bazaar archive and must be unzipped
in the same folder (and will result in a sub-folder called "cherrypy".
You should not attempt to install CherryPy into the Python installation.

As a test start the Python interpreter and type.
import Cheetah
import cherrypy

That should not result in error messages.
Post Reply