Hi All,

This code.

{{for i in range(10):}}
  {{=i}}
{{pass}}

works in web2py templates,
but in a T3 wiki page it errors out with the following:

Traceback (most recent call last):
  File ".../web2py/applications/test_for_t3/modules/t2.py", line 41,
in t3_execute
    exec(c,{},environment)
  File "<string>", line 1
    for i in range(10):
                      ^
SyntaxError: unexpected EOF while parsing

Is this a bug or am I doing it incorrectly?

PS; Massimo, excellent work on the framework and on T2/3!  I can't
wait until I have more time to work with it.

Paul D. Eden
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web2py Web Framework" group.
To post to this group, send email to web2py@googlegroups.com
To unsubscribe from this group, send email to 
web2py+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to