sanju ps schrieb:
> Hi
>
> Can anyone give me solution to create a python binary file (bytecode) other
> than pyc file .So my source code be secure.. I am working on ubuntu 9.04
> with python2.6.. I
It's impossible to secure your code if it runs on an untrusted computer.
This is true for all pro
On Mon, Jul 13, 2009 at 10:41 PM, sanju ps wrote:
> Hi
>
> Can anyone give me solution to create a python binary file (bytecode) other
> than pyc file .So my source code be secure.. I am working on ubuntu 9.04
> with python2.6.. I
PyInstaller (http://www.pyinstaller.org/) will generate a
self-con