Modify the following temporary and is being developed.

    # gluon/compileapp.py : 301
    def run_view_in(environment):
        # ...
        if is_gae:
            # ccode = getcfs(layer, filename, lambda : \
            #                compile(parse_template(response.view,
            #                os.path.join(folder, 'views/'),
            #                context=environment).replace('\r\n',
'\n'),
            #                layer, 'exec'))
            ccode = parse_template(response.view, os.path.join(folder,
                           'views/'), context=environment)
        # ...

In Model and Controller, this problem does not occur. ONLY View.
That does not really understand.

Thanks.

--~--~---------~--~----~------------~-------~--~----~
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