> Well, there's a few ways you could approach it. > > You could create a cgi program from your script - this is probably the > solution you're looking for. >
Output from the script does come up very often. There is a new output every 10 secs and it's possible that the script might be run indefinitely. Basically I want all that output displayed in a web browser > You could have the script run periodically and create a static html file > in the webroot... this would be acceptable, maybe preferable, if the > output from your script doesn't change frequently. > -- http://mail.python.org/mailman/listinfo/python-list