Re: Interfacing Java and Python through JNI and Cython
Christian Heimes <[email protected]> Tue, 19 May 2009 17:31:28 +0200
| Newsgroups | gmane.comp.python.pyrex |
|---|---|
| Message-ID | <[email protected]> |
Franck Pommereau schrieb: > Dear all, > > I've just posted on my blog a text about how to call Python functions > from Java, using a wrapper written in Cython and the Java Native > Interface (JNI). Feedback and comments are welcome! > > http://pommereau.blogspot.com/ > > I'm only referring to Cython because its the one I'm mainly using, but > this would certainly work as well with Pyrex. I'm using JCC (http://pypi.python.org/pypi/JCC/) with great success to wrap entire Java project. I'm planing to blog about JCC when I'm done with the current project. Christian