help needed
hi all,
i am developing a game project whoes user interface is flash client so i am going to use wowza media server written in java my problem is that my game logic is already written in python i needs to call that game logic in my java classes is it possible or i have to use Jython plz sujjest me.
# 5
> hi,
> my problem is that the game logic is already written
> in python i dnt wans to change it otherwise i have to
> learn jython which will be time consuming.
Isn't jython just python with a Java-based execution engine?
Do you have a lot of glue to C/C++ code or something? If not, the jyhon and python syntax should be nearly identical, I think.
Or am I missing something?
# 6
If you really can't use jython, try here, see if there's something about non-jython python-to-java integration. http://www.google.com/search?hl=en&q=java+python+integration&btnG=Search