On Jun 11, 1:58 am, asdf <[EMAIL PROTECTED]> wrote:
> I have a python script whose output i want to dynamically display
> on a webpage which will be hosted using Apache. How do I do that?
>
> thanks

def index(req):
   return "Page"

u cant run it on lighttpd also, which is much faster then Apache :P
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to