I had been removing the welcome and examples apps. They returned when I updated web2py to a new release so I created a routes.py that stubs off those apps.
routes_in = (
('/welcome/?$anything', '/nothing'),
('/examples/?$anything', '/nothing'),
)
I don't have a "nothing" app. :)
--

