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

[Tutor] Cherrypy

2011-05-25 Thread Bryton
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... -- Regards, Bryton. _

[Tutor] Cherrypy and Wysiwyg editor

2011-04-10 Thread Andrés Chandía
I have put a textarea at a web generated by cherrypy, but I would like to add  some user editing tool like HtmlArea, I've been sufing arround but I haven't found clear information. I would appreciate your help! ___ andrés chandía P No imprima innecesariament

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

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

2011-04-09 Thread Andrés Chandía
the codes return "" file.txt is genereated by a previous python script and I need to display it at the web generated by cherrypy, but it gives me this error: Traceback (most recent call last): File "/usr/lib/pymodules/python2.6/cherrypy/_cprequest.py", line 606, in respond cherrypy.resp

[Tutor] Cherrypy HtmlArea

2011-04-09 Thread Andrés Chandía
I have put a textarea at a web generated by cherrypy, but I would like to add  some user editing tool like HtmlArea, I've been sufing arround but I haven't found clear information. I would appreciate your help! ___ andrés chandía P No imprima innecesariamente.

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

[Tutor] cherrypy

2010-04-13 Thread Rayon
I am running cherrypy server but I am having some trouble with sessions Where is my code from cherrypy.lib import sessions sess = sessions.Session() x = sess.id return x; ___ Tutor maillist - Tutor@python.org To unsubscribe o