Convert to Python and compile to executable

Ryan ryanmorillo at hotmail.com
Mon Jul 15 06:07:06 EDT 2002


Colin Barschel <thefleau at softhome.net> wrote in message news:<3D307AB9.9070707 at softhome.net>...
> I kind of answered the question myself with the (very good) faq at 
> python.org where
> the solution would be with the freeze option.
> 
> I guess I have to try it myself to see how it works. I still want to 
> ask: does id work good? Is it a viable solution to distribute a program 
> or is it better to go java or c++ from the beginning?
> 
> Thanks
> Ciao
> Colin

A way out of that whole question is to check out Jython
http://www.jython.org and use it to change your Python code to Java
(works very well once you get it to work, but it kils any gui stuff
(SWING or AWT vs. TkInter).
Freeze works well, but if someone wants to disassemble the code, it
isn't too aweful hard to do.



More information about the Python-list mailing list