Is there a solution to enable Java programmers to call functions written in Python? Any wrapper generator that wraps Python code into some Java-callable form? I briefly looked at Jython, but if I understand it right, it didn't support full power of Python 2.3.x (which I need). Any suggestion is welcome!