|
Jorey Bump
list at joreybump.com
Tue Sep 7 18:16:32 EDT 2004
Jacob Kaplan-Moss wrote:
> and test.py contains:
>
> from mod_python import apache
>
> def handler(req):
> req.content_type = "text/plain"
> req.wite("It worked")
^ typo?
> return apache.OK
>
> Does anyone have any idea what's going on?
|