Deploy without distribute python source code

kosh at aesaeion.com kosh at aesaeion.com
Wed Oct 10 05:46:02 EDT 2001


Designing the webpages of tomorrow http://webme-eng.com
Designing the MMORPGS of tomorrow http://worldforge.org

On 10 Oct 2001, Goh S H wrote:

> Hi all,
>    I would like to deloy some projects which making use of Python, but
> I do not want to distribute Python source code due to several reasons.
> Is there any ways to do this? Is it portable to distribute .pyc?
>
 .pyc files are only for that version of python and won't work on others
overall it is not a good idea. They can also be reverse engineered
trivially if that is what you are worried about. You are probably better
off using one of the freeze type programs.

> Regards,
> Goh
> --
> http://mail.python.org/mailman/listinfo/python-list
>





More information about the Python-list mailing list