I was testing the new released version with T3, but I am getting a strange error now.
One of my pages has this code:

{{if self.logged_in:}}<br>
{{=self.create(db.student, next='wiki/students')}}<br>
{{pass}}<br>

I get this error:

Traceback (most recent call last):
  File "applications/alunos/modules/t2.py", line 41, in t3_execute
    exec(c,{},environment)
  File "<string>", line 1
    if self.logged_in:
                     ^
SyntaxError: unexpected EOF while parsing

Actually I get this error with any command that ends with ":", like "for".

Any clues on what is causing this?

Thanks a lot!
Julio Monteiro

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

Reply via email to