S
Shuaib
Hi!
I am trying to embed python into a C programe of mine. When the
execution reaches the following line
pModule = PyImport_Import(pName);
It causes a Segmentation Fault Error. pModule is of type PyObject *, so
is pName.
What could be the possible reasons for the error?
Thanks for your time.
I am trying to embed python into a C programe of mine. When the
execution reaches the following line
pModule = PyImport_Import(pName);
It causes a Segmentation Fault Error. pModule is of type PyObject *, so
is pName.
What could be the possible reasons for the error?
Thanks for your time.