this does not work:
def newnotfound():
return 'MY NOT FOUND'
web.webapi.notfound =newnotfound
If i do this, I get an error that says an argument is passed to the
function newnotfound, what is that argument?
web.application.notfound =newnotfound
what is the correct way to do this?
---------- Forwarded message ----------
Date: Jun 2, 4:29 pm
Subject: web.py 0.3 notfound
To: web.py
thanks works like a charm
:) :) :)