Initialize the Python interpreter. For embedding python, this should
be called before accessing other Python/C API functions, with the
following exceptions:
For Python 3, PyImport_AppendInittab and PyImport_ExtendInittab should
be called before Py_Initialize.
Initialize the Python interpreter. For embedding python, this should be called before accessing other Python/C API functions, with the following exceptions:
For Python 3, PyImport_AppendInittab and PyImport_ExtendInittab should be called before Py_Initialize.