Renato Barbosa Pim Pereira
writes:
> *I installed tornado and he is functional, but when I execute the following
> script:*
I think this is the wrong place to ask such a question, more appropriate
would be http://groups.google.com/group/python-tornado
Anyway, you defined a MainHandler class *wi
*I installed tornado and he is functional, but when I execute the following
script:*
import tornado.ioloop
import tornado.web
import cgi
class MainHandler(tornado.web.
RequestHandler):
form = cgi.FieldStorage() # parse form data
print('Content-type: text/html\n')#