Re: [Numpy-discussion] numpy and matplotlib

2006-08-08 Thread David Cournapeau
Darren Dale wrote: > On Tuesday 08 August 2006 17:02, George Gumas wrote: > >> I downloaded numpy 1 and matplotlib and when running numpy i get the >> error message below >> from matplotlib._ns_cntr import * >> RuntimeError: module compiled against version 90709 of C-API but this >> versi

Re: [Numpy-discussion] numpy and matplotlib

2006-08-08 Thread Charlie Moad
We're waiting on some possible changes in the numpy c-api before scipy. Hopefully we will have a working release in the next week. On 8/8/06, Bill Baxter <[EMAIL PROTECTED]> wrote: > Matplotlib needs to be recompiled against the latest Numpy. > They should release a new version compatible with Nu

Re: [Numpy-discussion] numpy and matplotlib

2006-08-08 Thread Bill Baxter
Matplotlib needs to be recompiled against the latest Numpy.They should release a new version compatible with Numpy 1.0 beta soon.--bbOn 8/9/06, George Gumas <[EMAIL PROTECTED]> wrote:I downloaded numpy 1  and matplotlib and when running numpy i get  the error message below  from matplotlib._n

Re: [Numpy-discussion] numpy and matplotlib

2006-08-08 Thread Darren Dale
On Tuesday 08 August 2006 17:02, George Gumas wrote: > I downloaded numpy 1 and matplotlib and when running numpy i get the > error message below > from matplotlib._ns_cntr import * > RuntimeError: module compiled against version 90709 of C-API but this > version of numpy is 100 > > How

[Numpy-discussion] numpy and matplotlib

2006-08-08 Thread George Gumas
I downloaded numpy 1  and matplotlib and when running numpy i get  the error message below  from matplotlib._ns_cntr import * RuntimeError: module compiled against version 90709 of C-API but this version of numpy is 100 How do I go about chaning the version of rither numpy or matplotlib