Skip to content
Snippets Groups Projects

Features-5386

Merged alexey.stratulat requested to merge features-5386_to_master into master
Files
2
@@ -27,6 +27,10 @@ int dap_chain_plugins_init(dap_config_t *a_config){
return -1;
}
PyImport_AppendInittab("API_CellFrame", PyInit_libCellFrame);
#ifdef DAP_BUILD_WITH_PYTHON_ENV
const wchar_t *l_python_env_path = L"/opt/cellframe-node/lib/python3.7";
Py_SetPath(l_python_env_path);
#endif
Py_Initialize();
PyEval_InitThreads();
PyObject *l_sys_module = PyImport_ImportModule("sys");
Loading