Using jython to call python procedures/methods

KB keith at nekotaku.com
Wed Jan 20 10:32:36 EST 2010


Hi there,

I have an application that only publishes a Java API. I can use jython
to access java classes, but jython currently (to the best of my
knowledge) does not support numpy/scipy.

Ideally I would like to have jython call a "native" python routine
where I have the numpy/scipy procedures already written.

Does anyone have any experience with this? Is it possible?

I had toyed with the idea of having jython/java write the data to a
file/database and then manually kick off the python process, but
ideally I would like this as automated as possible.

Thanks in advance.



More information about the Python-list mailing list