On 3 Feb 2014, at 1:30 AM, step <[email protected]> wrote: > Is using a byte-compiled routes.pyc supported? In my tests when I place just > routes.pyc into web2py-trunk and start the server I get an invalid request > due to mismatched routing. Then if I replace routes.pyc with routes.py and > restart the server everything works allright. So it seems that using a > byte-compiled routes.pyc isn't supported - but I'd like for the devs to > confirm, please. > To further clarify my tests, I use rocket server in a customized web2py.exe > build, place routes.pyc in the same folder with web2py_no_console.exe, which > I use to run the server. Version 2.8.2 trunk. TIA > >
It's not supported. (And there's no real point in it, since it's ordinarily read only once when the web2py process starts.) -- 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.

