On Thu, 26 May 2011 12:16:05 am Bryton wrote:
> Is anyone having a step by step tutorial of cherrypy(or book title).I
> have used the tutorial in their site as well as the book (cherrypy
> essentials) and I would like to have a one that is a bit more step by
> step...Please help...
Sorry Bryton, I
Thanks a lot Alan, I'm a complete newbe in cherrypy, actually this is my first
cherrypy, so I
had to go arround many tries to reach the goal, but your help was valuable and
finally this is
the config that gave me success:
class helloworld(object):
indexpage = indexpage()
_cp_config = {
Hi Andrés,
I'm not sure a lot of people on this list use Cheerypy - I use django
myself.
I would suggest you check cherrypy website, there's an IRC link at the top
of the page.
Good luck
2011/4/9 "Andrés Chandía"
>
>
> I have put a textarea at a web generated by cherrypy, but I would like to
>
Andreas...
> NotFound: (404, "The path '/file.txt' was not found.")
This error message often occurs because file.txt is a static file and
you have not told CherryPy where to look for static files. From the
look of the error I am guessing that file.txt is in your root directory,
in which ca
"Rayon" wrote
I am running cherrypy server but I am having some trouble with sessions
We need something a bit more specific.
What kind if "trouble"?
Does it execute but with the wrong result? (In what way wrong?)
Does it execute with errors? (please include error text)
Does it fail to exec