I wonder if it is possible to create an executable module from a Python script. I need to have the most performance and the flexibility of Python script, without needing to run
I think you can use jython to compile python to Java bytecode, and then compile that with GCJ.