Use Jython to make true executable?
Carl Fink
carlf at panix.com
Sun Jun 10 09:38:14 EDT 2001
In article <f20ea932.0106100439.208f8bd6 at posting.google.com>, Tomasz
Stochmal wrote:
> for Windows just use py2exe http://starship.python.net/crew/theller/py2exe/
I actually knew that, but as I understand it py2exe just glues a
Python interpreter to your script. I was hoping that gcc/Jython
would create a non-interpreted version. That is, you could avoid the
processing overhead of interperting a script, and thus get a much
faster program.
I'm not a compiler (or interpreter) writer, and it's perfectly
possible that I'm simpmly wrong about this, of course.
--
Carl Fink carlf at dm.net
More information about the Python-list
mailing list