precompiled scripts?

LeoDeBeo leodebeo at hotmail.com
Thu May 10 18:15:19 EDT 2001


it is possible, actually in directories with python scripts you already 
have executed, the bytecodes of the python scripts will still be available. 
those are enough to run the application
but the bytecodes are easy to disassemble, someone wilh a bit of python 
knowledge can easily turn the bytecodes into source code again.
i figure that it's the same for tcl/tk and perl. it must be possible to 
disassemble them too.

Ben wrote:

> hi,
> i need to write an applet but don't want the source to be visible. so i
> need to know, wether it is possible to use a kind of precompiled binary of
> a python script or not. i know, that it is possible with perl an tcl/tk,
> but i'd better like to use python because of its graphical functions.
> 
> thanx,
> 
> ben
> 
> p.s.: please reply also per pm to:
>   dietze at freepage.de
> 
> 




More information about the Python-list mailing list