Examples/modpython_dbg.py

Sat, 05 Feb 2011 10:55:53 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sat, 05 Feb 2011 10:55:53 +0100
branch
5_0_x
changeset 876
e21d70cf933c
parent 0
de9c2efb9d02
permissions
-rw-r--r--

Fixed a strange issue in Editor.py.

from mod_python import apache

apache.initDebugger('/Path/To/modpython_dbg.py')

def handler(req):
    req.content_type = "text/plain"
    req.send_http_header()
    req.write("Hello World!\n")

    return apache.OK

eric ide

mercurial