On Mar 4, 5:12 pm, mat <[EMAIL PROTECTED]> wrote:
> Your don't, your getting this because your in debug mode.
> Setting "debug = false" will stop the ErrorHandler middleware helping
> you and return 404.
oh great!  thanks!

> I'm not sure i get your self.view here. I'm not aware controllers have
> view attributes,
> maybe you mean: render('yourtemplate')

when you create a new pylons app with paster, controllers/template.py
has a view , not index
def index(self):
  self.view()
just aliases the view() command that paster creates



--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" 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/pylons-discuss?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to