Nick Craig-Wood wrote:
> I tried your examples under linux.
>
> It fails under python 2.3 in the same fashion as you noted, but works
> under 2.4.
>
> On my system (debian/testing) I have python 2.4.4c0 installed.
I was running Python 2.4.2 -- this was the problem!
After Installing 2.4.3 Py_BuildV
Martin Kulas <[EMAIL PROTECTED]> wrote:
> I have a problem with Py_BuildValue: I want to convert an unsigned int
> to a PyObject *.
> http://docs.python.org/api/arg-parsing.html says that I can use
> "I" as a format string.
> But it does not work :-\
I tried your examples under linux.
It fai
Hallo!
I have a problem with Py_BuildValue: I want to convert an unsigned int
to a PyObject *.
http://docs.python.org/api/arg-parsing.html says that I can use
"I" as a format string.
But it does not work :-\
Here is my simplified code:
$ cat -n mini.c
1 #include
2
3 static