Re: PyImport_ImportModule("cStringIO") failure with undefined symbol

2008-01-31 Thread grbgooglefan
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

PyImport_ImportModule("cStringIO") failure with undefined symbol

2008-01-10 Thread Borse, Ganesh
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(