Re: [Numpy-discussion] segfault with dot

2007-11-17 Thread Matthieu Brucher
2007/11/17, Jesus Torrecilla Pinero <[EMAIL PROTECTED]>: > > 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

Re: [Numpy-discussion] segfault with dot

2007-11-17 Thread Jesus Torrecilla Pinero
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 ___

Re: [Numpy-discussion] segfault with dot

2007-11-17 Thread Matthieu Brucher
What CPU do you have and which version of numpy did you get and where did you get it from ? Matthieu 2007/11/17, Jesus Torrecilla Pinero <[EMAIL PROTECTED]>: > > 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 hav

[Numpy-discussion] segfault with dot

2007-11-17 Thread Jesus 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