On Jan 16, 2011, at 5:08 PM, Kenneth Lundström wrote: > > > The nightly is pretty old. > > Where can you see if my upgrading to a trunk version worked? I did a hg clone > https://web..... and then copied everything to my web2py folder. > > Earlier I edited the routes file, now I noticed a new file named > router.examples.py. I added those lines to it. But can´t any errors and > welcome app is always loaded,
So far so good. You need to copy your router file to routes.py, though. If you cp router.example.py to routes.py and then replace the routers dict with yours, that should be a good start.

