Python: python.home must be set
-------------------------------
Key: SLING-835
URL: https://issues.apache.org/jira/browse/SLING-835
Project: Sling
Issue Type: Improvement
Components: Scripting
Reporter: Felix Meschberger
It seems that currently the python.home property is not set for the
PythonInterpreter, which causes the cachedir containing some Java Library stuff
caches to be created in the current working directory.
I think, the PythonScriptEngineFactory should setup the PythonInterpreter with
correct setup information by calling the static PythonInterpreter.initialize
method before creating the first PythonScriptEngine instance.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.