"Maurice LING" <[EMAIL PROTECTED]> wrote: news:[EMAIL PROTECTED] > 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: [EMAIL PROTECTED] -- http://mail.python.org/mailman/listinfo/python-list