On Sun, 10 Nov 2003, Tim Churches wrote:
On Mon, 2003-11-10 at 03:50, John J. Lee wrote: Tim Churches <tc***@optushome.com.au> writes:
[...] d) Are there any alternatives for making calls on Java objects from
CPython, or vice-versa? Or is Corba or similar the best approach?
Pyro. Never used it, though.
PyRO is great (have used it), but strictly Python to Python.
Jython is Python. From the Pyro web page:
What does Pyro offer you?
Written in 100% pure Python. It is small, simple and extremely portable -
it runs everywhere Python runs and TCP/IP networking is available. Partial
support for Jython. Minimum Python version required is 2.1.x, though the
latest Python version is recommended.
dunno what 'partial support' means, though.
John