Can .py be complied?

Maksim Kasimov kasimov at i.com.ua
Wed Apr 27 08:27:23 EDT 2005


"Maurice LING" <mauriceling at acm.org> wrote:
news:d4mq31$gq3$1 at domitilla.aioe.org...
> If your application does not use any C modules, you can try to use
> Jython instead. Program in python but use jythonc to convert it into
> Java source files and package it into Java JAR files, then you will only
> need to release the JAR files without needing to release your codes.

using Jython will not helps to hide your sources - jar-files are also easy
to decompile and to receive the source code (it will even looks like
original).
To avoid releasing your java-code (as far as it possible), the jar-files are
also necessary for processing by obfuscators


--
Best regards,
Maksim Kasimov
mailto: kasimov at i.com.ua





More information about the Python-list mailing list