import org.python.core .PyObject;
import org.python.core .PyString;
import org.python.core .__builtin__;
import org.python.util .PythonInterpre ter;
public class JythonTest1 {
public static void main(String[] args) {
PythonInterpret er interpreter = new PythonInterpret er();
}}
when running that above code JVM giving error as “sys-package-mgr*: can't create package cache dir”
how do i resolve this problem
import org.python.core .PyString;
import org.python.core .__builtin__;
import org.python.util .PythonInterpre ter;
public class JythonTest1 {
public static void main(String[] args) {
PythonInterpret er interpreter = new PythonInterpret er();
}}
when running that above code JVM giving error as “sys-package-mgr*: can't create package cache dir”
how do i resolve this problem