Possible Duplicate:
Java Python Integration
Python has code, and I need to use it from Scala. Some native C is used in the code. Is it possible to use this from Scala or Java without rewriting a lot?
I intend to use the code as a black box without understanding, so I prefer not to look into it, but rather somehow generate a jar that I can import into my code.
Jus12 source
share