00:05:07 ERROR org.openlca.app.util.ErrorReporter - failed execute script
org.python.core.PyException: ImportError: No module named derby
at org.python.core.Py.ImportError(Py.java:327)
at org.python.core.imp.import_logic(imp.java:1292)
at org.python.core.imp.import_module_level(imp.java:1371)
at org.python.core.imp.importName(imp.java:1544)
at org.python.core.ImportFunction.__call__(__builtin__.java:1285)
at org.python.core.PyObject.__call__(PyObject.java:433)
at org.python.core.__builtin__.__import__(__builtin__.java:1232)
at org.python.core.imp.importFromAs(imp.java:1636)
at org.python.core.imp.importFrom(imp.java:1611)
at org.python.pycode._pyx11.f$0(<string>:1)
at org.python.pycode._pyx11.call_function(<string>)
at org.python.core.PyTableCode.call(PyTableCode.java:173)
at org.python.core.PyCode.call(PyCode.java:18)
at org.python.core.Py.runCode(Py.java:1703)
at org.python.core.Py.exec(Py.java:1747)
at org.python.util.PythonInterpreter.exec(PythonInterpreter.java:268)
at org.openlca.app.devtools.python.Jython.exec(Jython.java:49)
at org.openlca.app.devtools.python.PythonEditor.lambda$0(PythonEditor.java:47)
at org.openlca.app.WrappedJob.run(WrappedJob.java:30)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63)