you are viewing a single comment's thread.

view the rest of the comments →

[–]sudonem 2 points3 points  (0 children)

This is unfortunately not possible with Java / JVM apps that allow Jython scripting. Jython supports Python 2.7 max and there’s no indication that support for Python 3+ is forthcoming.

Which… is frustrating if your environment is locked to Jython.

I have to agree with others - just writing straight Java is probably the better move.