precompiled scripts?

Remco Gerlich scarblac at pino.selwerd.nl
Fri May 11 10:18:54 EDT 2001


Pieter Claerhout <Pieter_Claerhout at CreoScitex.com> wrote in comp.lang.python:
> You can also use freeze to create an executable version... No way to
> disassemble that code.

Freeze just makes an executable that has the interpreter, and the bytecodes
in a large table. It's more work, but not that hard to get the Python back
again, for someone with knowledge of Python internals (getting that
knowledge is just more work).

-- 
Remco Gerlich



More information about the Python-list mailing list