|
From: Kamruddin Kareem-Q. <Kar...@mo...> - 2004-03-17 23:44:29
|
Hi folks,
I downloaded the source package for py-xmlrpc-0.8.8.3 and compiled it on the
SunOS platform with python 1.52. When I tried to run the examples.py module,
I got the following error
"rpcFaultStr is NULL in xmlrpcInit"
A quick debug effort points the source to the following code in
rpcFaultClass(void) function in rpcFault.c
meth = PyMethod_New(func, NULL, klass);
if (meth == NULL)
return (NULL);
Can anyone please suggest what could be wrong? I am just getting familiar
with the Python/C APIs. Any help will be greatly appreciated.
Thanks
Kareem
|