f of Steve Pruitt via Python-list
Sent: Friday, June 11, 2021 9:24 AM
To: python-list@python.org
Subject: [EXTERNAL] - jython getting started question
CAUTION: This email originated from outside of the organization. Do not click
links or open attachments unless you recognize the sender and know t
Not sure if this is the right list for jython questions.
I am getting started with both python and jython. My use case need is invoking
python from java. org.python:jython:2.7.2 loaded ok.
To check, I executed the following.
ScriptEngineManager manager = new ScriptEngineManager();
List engine