On Wed, 2005-11-02 at 16:23, [EMAIL PROTECTED] wrote:
> Hi All,
>
> A C library I'm using has a number of functions that all require a
> struct as an argument. The example module shows how to make a new
> Python Object from C code and I've seen other posts that recommend this
> way of doing it.
>
Hi All,
A C library I'm using has a number of functions that all require a
struct as an argument. The example module shows how to make a new
Python Object from C code and I've seen other posts that recommend this
way of doing it.
In this case though, it would seem easier if I could create the ob