>
> You're half wrong. FortranFile can read arrays written as above, but it
> sees them as a single real array. So, with the attached Fortran program::
>
> In [1]: from fortranfile import FortranFile
>
> In [2]: f = FortranFile('uxuyp.bin', endian='<') # Original bug was
> incorrect byte order
>
re: "But it means that under some conditions, numpy crashes before import."
It it helps the debugging, I have a standard Windows 64-bit configuration.
Please let me know when this build is fixed ... Cheers
Dinesh
From: David Cournapeau
Sent: Saturday, May 30, 2009 2:14 AM
To: Discussion of
On Sat, May 30, 2009 at 8:02 AM, Dinesh B Vadhia
wrote:
> Hi! I just upgraded to Python 2.6.2 (from 2.5) on Windows AMD64 in order to
> use Numpy 1.3 for AMD64 and got the following error:
>
> - pythonw.exe has stopped working
>
> Numpy was installed both per-machine and per-user but the error pe