[Pyrex] Pyrex questions

Tom Kobialka u3356514 at anu.edu.au
Tue Jun 1 08:56:06 CEST 2004


Hi Simon,

  Yes, I would have assumed this is implied, but I should have been more 
specific. I'm trying to encapsulate a C program *in python* with the aid 
of Pyrex.

Cheers

Tom

Simon Burton wrote:

> On Tue, 01 Jun 2004 16:49:19 +1000
> Tom Kobialka <u3356514 at anu.edu.au> wrote:
> 
> 
>>Hi guys,
>>
>>  I have a few questions regarding Pyrex that i'm hoping someone can set 
>>me straight on. :)
>>
>>   Is there a searchable online mailing list archive available for 
>>Pyrex? The one on the website doesn't seem to be searchable (or perhaps 
>>  I just missed it)
>>
>>  I am encapsulating a small C program that makes use of a very specific 
>>   gravitational wave frame library. I want to call the routines in the 
>>library from my C program. Do I have to encapsulate the library in Pyrex 
>>in order to call it from my encapsulated C program? Reading through the 
>>Pyrex documentation I get the feeling that I will. This library is  of a 
>>reasonable size and i'm not looking forward to encapsulating it. Could I 
>>get away with only encapsulating the routines that my program calls? If 
>>so, do I need to take into account other routines that these routines 
>>may call?
> 
> 
> pyrex is for calling c libraries from python. Is this what you want ? You
> don't mention python anywhere...
> 
> Simon.
> 





More information about the Pyrex mailing list