NEWBIE: Extending Python with C

engsol at teleport.com engsol at teleport.com
Sat Nov 9 15:15:31 EST 2002


On 9 Nov 2002 09:54:01 GMT, bokr at oz.net (Bengt Richter) wrote:

>On Sat, 09 Nov 2002 03:48:35 GMT, engsol at teleport.com wrote:
>
>>I've read the books, tried some code, and I still just don't get it.
>>
<snip>

>Well, it depends on what kind of coupling you need between your python stuff and the c stuff.
>Some variant of the above may do it, or not ;-) Need more definite requirement statement.

Thanks for the reply.

One example of the legacy requirement is: we have a custom plug-in card which needs to be
loaded with data, then triggered to output the data stream to the system under test. The
driver for the card works well, and it'd be nice to not have to rewrite it. The source can
be recompiled as a DLL(?)  module...I think.  Or at the least as a library header
file..again..I think.

Norm




More information about the Python-list mailing list