I'm using web.py 0.22 and I can't seem to get try/except to work in
templates. I just get "could not find 'try' (line 5)". Is this just
because I'm still using 0.22 or is there something I might be doing
wrong?

my code is just

$try:
    $for n in y:
        n
$except:
    Some text

Thanks
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web.py" 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/webpy?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to