I have a simple form that send the data to a module, this python
module/program, it takes several minutes to finish. Then it saves a
few matplotlib plots and calculates s a few values. although not
proficient I can get the plots and values on a second page. When the
program is running in terminal it prints values showing it's progress.
I would like to print these values dynamically to a web page. I found
this page for cherrypy
http://tools.cherrypy.org/wiki/Comet
While this is a perfect example, It is significantly beyond knowledge.
Is there a easier way, more reliant on python/web2py
I assume I could refresh the screen but I would like a better
solution.
Are there any templates/examples using web2py?
Thanks
Vincent
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"web2py-users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---