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.

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to