On Mon, Mar 27, 2017, 12:22 PM Alok Gandhi <[email protected]> wrote:
> The only reliable way to hide your source code is to compile it. Some of > the tools that can do this are: > freeze > <http://svn.python.org/view/python/trunk/Tools/freeze/README?view=log>, > PyInstaller <http://pyinstaller.python-hosting.com/>, Py2Exe > <http://www.py2exe.org/>, Squeeze <http://www.effbot.org/zone/squeeze.htm> > , cx_freeze <http://cx-freeze.sourceforge.net/index.html> > Are you sure these are reliable ways to hide source code? In my experience with some of them, they tend to zip up the source and wrap it into an executable that handles extracting and running it in a reproducible way. But I was never under the impression that it was a reliable way to hide it. Just another deterrent. At least Cython transpiles your python to C and then really compiles it to its own binary format. That has to be more reliable than archiving it into an executable, right? Either way, you can only do so much to protect your python source, if you are giving it to another party. > -- > You received this message because you are subscribed to the Google Groups > "Python Programming for Autodesk Maya" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/python_inside_maya/CAPaTLMSmCqH1yGe_zxTL4WaEBXvda0fqJfeBLZiDba5iTDN3PQ%40mail.gmail.com > <https://groups.google.com/d/msgid/python_inside_maya/CAPaTLMSmCqH1yGe_zxTL4WaEBXvda0fqJfeBLZiDba5iTDN3PQ%40mail.gmail.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Python Programming for Autodesk Maya" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/python_inside_maya/CAPGFgA0RpAxuXhj4qRAQFC0qmfSinQZCp7gX%2BkRdaLd2GK0q7A%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
