debug
This commit is contained in:
parent
02cca8f111
commit
4fa6c56873
|
@ -498,6 +498,10 @@ bool RTCContext::init(const char* selfUserId, const char* selfDisplayName, const
|
||||||
std::cout << "RTCContext::instance().registerListener() failed" << std::endl;
|
std::cout << "RTCContext::instance().registerListener() failed" << std::endl;
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
namespace py = boost::python;
|
||||||
|
namespace np = boost::python::numpy;
|
||||||
|
Py_Initialize(); // 初始化 Python
|
||||||
|
np::initialize();
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue