On Mar 22, 6:28 pm, mdipierro <[email protected]> wrote: > You can bytecode compile hem but you cannot break the deplyment > mechanism. Even bytecode compiled apps must be under a writable > applications, therefore under /vars/
The *.pyc file are not treated as runtime data in Debian. All python packages are compiled at the installation time, the resulting files are stored in /usr/lib/pymodules/ and never change until the package is reinstalled. -- 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.

