On the second call of the following code, my app segfault, so I guess I am missing something :
Py_Initialize(); pName = PyString_FromString(\"comp_macbeth\")
I have this in my module initialization part, but the URL does not exist anymore. In case it helps:
// http://numpy.scipy.org/numpydoc/numpy-13.html mentions this must be done in module init, otherwise we will crash import_array();