Searched refs:Py_SetPythonHome (Results 1 – 4 of 4) sorted by relevance
264 # define Py_SetPythonHome dll_Py_SetPythonHome macro932 Py_SetPythonHome(py_home_buf); in Python_Init()936 Py_SetPythonHome(PYTHON_HOME); in Python_Init()
219 # define Py_SetPythonHome py3_Py_SetPythonHome macro1089 Py_SetPythonHome(py_home_buf); in Python3_Init()1093 Py_SetPythonHome(PYTHON3_HOME); in Python3_Init()
1655 void (*pfx)(char *home) = dlsym(pylib, "Py_SetPythonHome");1701 void (*pfx)(wchar_t *home) = dlsym(pylib, "Py_SetPythonHome");
10731 Solution: Figure out home directory in configure and use Py_SetPythonHome()