numpy-1.0.4.win32-py2.5 from sourceforge (precompiled binary)
CPU: AMD Athlon XP 2600+
2.09 GHz, 1.00 Gb RAM
The error report says:
AppName: pythonw.exe AppVer: 0.0.0.0 ModName: _dotblas.pyd
ModVer: 0.0.0.0 Offset: 0007ecf3
Jesús Torrecilla Pinero
___
I am using Python 2.5.1 (r251:54863, Apr 18 2007, 08:51:08) under Windows XP
and converting a program from Numeric to Numpy. If I have two arrays, say K
and T and do dot(K,T) or K*T everything goes well, but if I have a vector b
and try dot(K,b) or K*b I get a segfault.
I have tried to run the tes