Integration with java
Cameron Laird
claird at lairds.us
Fri Jan 14 14:08:04 EST 2005
In article <sPSdnWze-4BMcHrcRVn-qA at giganews.com>,
Istvan Albert <ialbert at mailblocks.com> wrote:
>Joachim Boomberschloss wrote:
>
>> the code is already written in Python, using the
>> standard libraries and several extension modules
>
>One thing to keep in mind is that Jython does not
>integrate CPython, instead it "understands" python code
>directly. So if you have a C extension that works with python
>it won't work with Jython.
>
>My feeling is that if you had a lot of Java code written and
>wanted to build on that with python Jython would be a better
>fit than vice versa.
>
>Istvan.
There are other possibilities, though, including JPE
<URL: http://jpe.sourceforge.net >. I recommend the
original poster consider the latter.
More information about the Python-list
mailing list