Dynamic HTML from Python Script

dusans dusan.smitran at gmail.com
Wed Jun 11 08:40:03 EDT 2008


On Jun 11, 1:58 am, asdf <a... at asdf.com> 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



More information about the Python-list mailing list