Ver originalfrom mod_python import apache def index( req ): pagina = """<html><body>Hola Mundo!</body></html>""" return pagina