On Thursday, November 6, 2014 4:12:01 PM UTC+2, Leonel Câmara wrote: > > Does any of them eventually let you pack the app in a native executable >> that does not include the source code of the app? (not even compiled byte >> code) >> > > Don't use python if you don't want to give out source code. >
You might want to have a look at what nuitka and cython (and to a much lesser extent, but still occasionally useful, shedskin) can do. Python code compiled through one of those is much hardware to decompile; not quite to the point of C++, but not very far. -- 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/d/optout.

