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. -- http://mail.python.org/mailman/listinfo/python-list