Re: [Numpy-discussion] numpy.linalg.eigvals crashes whn calling lapack_lite.pyd

2008-01-09 Thread Simon
Charles R Harris gmail.com> writes: [snip] > > Which specific version of numpy for 2.5 did you use? Can you try one of the other versions on the sourceforge site?Chuck > > I have just tried: numpy-1.0.3.1.win32-py2.5.exe and it works! I was using: numpy-1.0.4.win32-py2.5.msi Have no idea

Re: [Numpy-discussion] numpy.linalg.eigvals crashes whn calling lapack_lite.pyd

2008-01-09 Thread Charles R Harris
On Jan 9, 2008 12:24 AM, Simon <[EMAIL PROTECTED]> wrote: > Charles R Harris gmail.com> writes: > > > > > > > On Jan 8, 2008 6:49 PM, Simon gmail.com> wrote: > > Newbie here. Trying to generate eigenvalues from a matrix using:print > numpy.linalg.eigvals(matrix)This works with small matrices, sa

Re: [Numpy-discussion] numpy.linalg.eigvals crashes whn calling lapack_lite.pyd

2008-01-08 Thread Simon
Charles R Harris gmail.com> writes: > > > On Jan 8, 2008 6:49 PM, Simon gmail.com> wrote: > Newbie here. Trying to generate eigenvalues from a matrix using:print numpy.linalg.eigvals(matrix)This works with small matrices, say 5 x 5, but causes python to crash on largermatrices, say 136 x 136,

Re: [Numpy-discussion] numpy.linalg.eigvals crashes whn calling lapack_lite.pyd

2008-01-08 Thread Charles R Harris
On Jan 8, 2008 6:49 PM, Simon <[EMAIL PROTECTED]> wrote: > Newbie here. Trying to generate eigenvalues from a matrix using: > > print numpy.linalg.eigvals(matrix) > > This works with small matrices, say 5 x 5, but causes python to crash on > larger > matrices, say 136 x 136, which is not really ve

[Numpy-discussion] numpy.linalg.eigvals crashes whn calling lapack_lite.pyd

2008-01-08 Thread Simon
Newbie here. Trying to generate eigenvalues from a matrix using: print numpy.linalg.eigvals(matrix) This works with small matrices, say 5 x 5, but causes python to crash on larger matrices, say 136 x 136, which is not really very large. Setup: Win XP SP2 Python 2.5.1 (from .msi) numpy 1.0.4 (fr