Page 1 of 1
CherryPy issue?
Posted: January 23rd, 2011, 1:15 am
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
Re: CherryPy issue?
Posted: January 23rd, 2011, 7:00 am
by shypike
Don't re-use a topic for unrelated subjects.
I don't really understand what you are trying to do.
Re: CherryPy issue?
Posted: January 24th, 2011, 4:19 am
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
Re: CherryPy issue?
Posted: January 24th, 2011, 5:00 am
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.