I've created a new controller using paster.
$ paster controller me
But when I request this page /me/index it shows the 404 error.
I've uncommented the line in config/routing.py
map.connect(':controller/:action/:id', action='view')
but it didn't help.What is the reason? Thanks. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears Trunk" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/turbogears-trunk?hl=en -~----------~----~----~----~------~----~------~--~---
