On Feb 17, 2011, at 3:37 AM, Bruno Rocha wrote: > Taking autoroutes.py > http://snipt.net/rochacbruno/routespy/ > > how can I define routes on error for 404? >
If I understand the question, you just define them in the usual way. Notice that autoroutes, ends up defining routes_in and routes_out; it just does it programatically. You can use the error routing examples from routes.example.py as usual.

