If you look in the gluon folder, you'll see a .pyc file for every .py file. The Python interpreter automatically creates those for modules when they are imported. The reason web2py apps require their own bytecode compilation process is because the model, controller, and view files are not Python modules and therefore do not get compiled automatically by the interpreter.
Anthony On Thursday, December 19, 2013 3:47:50 PM UTC-5, Richard wrote: > > Hello, > > It possible to speed thing with byte compile app with admin... But could > it be possible to byte compile web2py itself for more improvement? > > Thanks > > Richard > -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

