Re: [Numpy-discussion] f2py : callbacks without callback function as an argument

2008-03-12 Thread Pearu Peterson
On Wed, March 12, 2008 8:38 am, Daniel Creveling wrote: > Hello- > > Is there a way to code a callback to python from > fortran in a way such that the calling routine does > not need the callback function as an input argument? > I'm using the Intel fortran compiler for linux with > numpy 1.0.4 and

[Numpy-discussion] f2py : callbacks without callback function as an argument

2008-03-11 Thread Daniel Creveling
Hello- Is there a way to code a callback to python from fortran in a way such that the calling routine does not need the callback function as an input argument? I'm using the Intel fortran compiler for linux with numpy 1.0.4 and f2py gives version 2_4422. My modules crash on loading because the