From: Travis O. <oli...@ie...> - 2006-08-25 20:38:56
|
kor...@id... wrote: > Message: 4 > Date: Thu, 24 Aug 2006 14:17:44 -0600 > From: Travis Oliphant <oli...@ee...> > Subject: Re: [Numpy-discussion] (no subject) > To: Discussion of Numerical Python > <num...@li...> > Message-ID: <44E...@ee...> > Content-Type: text/plain; charset=ISO-8859-1; format=flowed > > kor...@id... wrote: > > > > You have a module built against an older version of NumPy. What modules > are being loaded? Perhaps it is matplotlib or SciPy > You need to re-build matplotlib. They should be producing a binary that is compatible with 1.0b2 (I'm being careful to make sure future releases are binary compatible with 1.0b2). Also, make sure that you remove the build directory under numpy if you have previously built a version of numpy prior to 1.0b2. -Travis |