Re: [Numpy-discussion] Compiler options for mingw?

2008-11-29 Thread David Cournapeau
Zachary Pincus wrote: > Regarding the windows binary installer, it appears that it selects the > optimized/unoptimized binary at *install time*, which causes > complications for further bundling of numpy with e.g. py2exe for use > on other machines. (E.g. my dev machine has SSE3, and it appea

Re: [Numpy-discussion] error importing a f2py compiled module.

2008-11-29 Thread David Cournapeau
Fabrice Silva wrote: > > A way of solving this issue was to move the shared object file to > another directory. But I want to figure out what is happening exactly. > Googling a lot indicates that selinux would be the cause of this > issue... > Has anyone a suggestion? > Disabling selinux ? Dav

Re: [Numpy-discussion] 2D phase unwrapping

2008-11-29 Thread Fabrice Silva
Le samedi 29 novembre 2008 à 21:12 +0200, Nadav Horesh a écrit : > From my point of view: If I'll need it, I'll produce a python binding > to GERI's code. My schedule is too tight to start this project if not > strictly necessary. I have as idea of a simple code that might work > for smooth ima

Re: [Numpy-discussion] 2D phase unwrapping

2008-11-29 Thread Nadav Horesh
>From my point of view: If I'll need it, I'll produce a python binding to >GERI's code. My schedule is too tight to start this project if not strictly >necessary. I have as idea of a simple code that might work for smooth images, >that I might try in a few days. I am working on a code to calcula

Re: [Numpy-discussion] error importing a f2py compiled module.

2008-11-29 Thread Fabrice Silva
Hi all, I am facing this old problem again : Fabrice Silva a écrit : > Dear all > I've tried to run f2py on a fortran file which used to be usable from > python some months ago. > Following command line are applied with success (no errors raised) : > f2py -m modulename -c --f90exec=gnu95

Re: [Numpy-discussion] 2D phase unwrapping

2008-11-29 Thread Fabrice Silva
Le mercredi 26 novembre 2008 à 20:15 -0800, Jarrod Millman a écrit : > One of my colleagues has been using 2D and 3D phase unwrapping code > from Munther Gdeisat from GERI: > https://cirl.berkeley.edu/trac/browser/bic/trunk/recon-tools/src > > https://cirl.berkeley.edu/trac/browser/bic/tru

Re: [Numpy-discussion] numpy.loadtxt requires seek()?

2008-11-29 Thread Stéfan van der Walt
2008/11/20 Ryan May <[EMAIL PROTECTED]>: > I've attached a simple patch that changes the check for seek() to a > check for readline(). I'll punt on my idea of just using iterators, > since that seems like slightly greater complexity for no gain. (I'm not > sure how many people end up with data in