Re: [Tutor] Cherrypy

2011-05-27 Thread Steven D'Aprano
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

Re: [Tutor] Cherrypy and Iframes (or how to insert a file in a, page)

2011-04-10 Thread Andrés Chandía
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 = {

Re: [Tutor] Cherrypy HtmlArea

2011-04-09 Thread Evans Anyokwu
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 >

Re: [Tutor] Cherrypy and Iframes (or how to insert a file in a, page)

2011-04-09 Thread Alan Harris-Reid
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

Re: [Tutor] cherrypy

2010-04-13 Thread Alan Gauld
"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