[EMAIL PROTECTED] wrote:

> Is there any way this web programming can be done in python. 

Sure. Minimalistic approaches include using CGI
(http://docs.python.org/lib/module-cgi.html)
or using Apache with mod_python directly. There are also web
frameworks for Python, but I don't know much about them.

> As mentioned previously, I have never done any web based
> development so don't really know what I'm talking about when
> trying to understand how I can go from this Python program output
> to producing some graphical output on a web page.

The above approaches allow you to directly print to the web page.
I'm not sure how you could display constant progress there. Perhaps
much simpler with mod_python than with CGI. 
 
Regards,


Björn

-- 
BOFH excuse #369:

Virus transmitted from computer to sysadmins.

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to