Re: [Numpy-discussion] [f2py] Adding custom code in module initialization code

2007-08-13 Thread David Cournapeau
David Cournapeau wrote: > Pearu Peterson wrote: > >> On Mon, August 13, 2007 8:43 am, David Cournapeau wrote: >> >> >>> Hi, >>> >>> I would like to know if it is possible to tell f2py to call some >>> functions inside the initialization function of a module ? I found a >>> mention to

Re: [Numpy-discussion] [f2py] Adding custom code in module initialization code

2007-08-13 Thread David Cournapeau
Pearu Peterson wrote: > On Mon, August 13, 2007 8:43 am, David Cournapeau wrote: > >> Hi, >> >> I would like to know if it is possible to tell f2py to call some >> functions inside the initialization function of a module ? I found a >> mention to add some function to the module function list

Re: [Numpy-discussion] [f2py] Adding custom code in module initialization code

2007-08-12 Thread Pearu Peterson
On Mon, August 13, 2007 8:43 am, David Cournapeau wrote: > Hi, > > I would like to know if it is possible to tell f2py to call some > functions inside the initialization function of a module ? I found a > mention to add some function to the module function list, but nothing > about the initiali

[Numpy-discussion] [f2py] Adding custom code in module initialization code

2007-08-12 Thread David Cournapeau
Hi, I would like to know if it is possible to tell f2py to call some functions inside the initialization function of a module ? I found a mention to add some function to the module function list, but nothing about the initialization function. cheers, David