debug
This commit is contained in:
parent
0673469b29
commit
436f6a8d11
|
@ -270,6 +270,7 @@ bool RTCContext::init(const char* selfUserId, const char* selfDisplayName, const
|
||||||
//namespace np = boost::python::numpy;
|
//namespace np = boost::python::numpy;
|
||||||
//Py_Initialize(); // 初始化 Python
|
//Py_Initialize(); // 初始化 Python
|
||||||
//np::initialize();
|
//np::initialize();
|
||||||
|
PyEval_InitThreads();
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue