On Oct 5, 11:43 am, Bjoern Schliessmann <usenet- [EMAIL PROTECTED]> wrote: > [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.
Thanks Bjorn > The above approaches allow you to directly print to the web page. Would this mean I wouldn't be able to have any fancy graphics outputed such as the rectangles I mentioned before with different filled in colours? Cheers Chris
-- http://mail.python.org/mailman/listinfo/python-list