Hi,

On Jan 26, 6:02 am, "Skip Montanaro" <[EMAIL PROTECTED]> wrote:
> I modified controllers/template/view to
>
>         def view(self, url):
>             raise TypeError, url
>             print >> sys.stderr, url
>             return render_response("/%s.myt" % url)
>
> If I visit (for example)http://localhost:5001/nonexistentI don't see
> anything like a TypeError.  Instead, I get this traceback:

Works just fine here. May be it's the version of Python interpreter
(2.6)? What if you remove raise statement?

Max.


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To post to this group, send email to pylons-discuss@googlegroups.com
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