On Jan 11, 9:31 am, "Borse, Ganesh" <[EMAIL PROTECTED]>
wrote:
> Hi,
> Can you please guide me for the following problem?
> The call to "PyImport_ImportModule("cStringIO");" is failing with an error of
> "undefined symbol:PyObject_SelfIter".
>
> Before importing this module, I am importing only th
Hi,
Can you please guide me for the following problem?
The call to "PyImport_ImportModule("cStringIO");" is failing with an error of
"undefined symbol: PyObject_SelfIter".
Before importing this module, I am importing only the sys module.
Py_SetProgramName("/usr/bin/python");
Py_Initialize(