On Monday, September 5, 2011 5:15:51 AM UTC-4, Thomas Bellembois wrote:
>
>
> Sorry for this basic question about compiled apps: do we have to run
> web2py in a different way with a compiled app ? or does web2py detect
> that there is a compiled version ?
No, just run as usual -- web2py will figure it out.
Side note: One thing that doesn't work with compiling is an {{include var}}
statement in a view, where 'var' is a variable. When views are compiled, all
the includes are handled at compile time, and because the value of 'var'
isn't known at compile time, the view cannot be compiled properly.
Anthony