|
From: Abraham, S. <Sha...@pp...> - 2001-10-31 12:21:48
|
Dear Sir,
When I try to compile the following lines in java script , before making an
instance of PythonInterpreter,
Properties props = new Properties();
props.setProperty("python.path", "C:/dist/comjob:lib.custom");
PythonInterpreter.initialize(System.getProperties(), props, new String[]
{""});
I get an error that intialize(Properties, Properties, String[]) method not
found in PythonInterpreter.
In the documentation at the site , I could find the method intialize() for
PythonInterpreter.
Kindly send me the solution if I am going wrong somewhere.
Regards,
Shabu Abraham
Sha...@pp...
|