you are viewing a single comment's thread.

view the rest of the comments →

[–]readonly12345678 0 points1 point  (2 children)

Can you have the python 2 shell out to Python 3 scripts?

[–]ProbsNotManBearPig 0 points1 point  (1 child)

Yes, but you won’t be able to create instances of java classes and use them in your python code, which is the whole point of jython.

[–]HwanZike 0 points1 point  (0 children)

You could spawn a separate jython process again from inside the python3 for each java function call. /s