Re: [Numpy-discussion] Singular Matrix problem with Matplit lib in Numpy (Windows - AMD64)

2008-12-17 Thread George
David Cournapeau gmail.com> writes: > > On Tue, Dec 9, 2008 at 12:50 AM, George Goussard emss.co.za> wrote: > > Hello. > > > > > > > > I have been battling with the following error for the past week. The output > > from the terminal is: > > > > What does numpy.test() says ? Did you use an exte

Re: [Numpy-discussion] Singular Matrix problem with Matplit lib in Numpy (Windows - AMD64)

2008-12-17 Thread George Goussard
Hello David. I am using the Intel MKL BLAS/LAPACK. I have replaced this with AMD's ACML library. Now there is no exception raised due to a "Singular matrix" while trying to move the legend(wiggling the graph). So, the graph is updated and the interaction is fine(you can wiggle the graph and it upd

Re: [Numpy-discussion] Singular Matrix problem with Matplit lib in Numpy (Windows - AMD64)

2009-01-15 Thread George Goussard
Hello. I was suppose to give more information, but after about two months(I am a Python newbie, newbie to Matplotlib and newbie to Numpy plus a vacation in-between).I finally tracked down the problem. However ... I see in Matplotlib 0.98.5.2 the correction was made by somebody else. (Cry,

Re: [Numpy-discussion] Singular Matrix problem with Matplit lib in Numpy (Windows - AMD64)

2009-01-16 Thread George
Hello. I am terribly sorry. I was mistaken last night. I had the latest Matplotlib version 0.98.5.2 and I thought the bug was fixed but it hasn't. Let me explain. In the file MPL_isnan.h line 26 there is a declaration: typedef long int MPL_Int64 This is fine for Linu