kortmann@ideaworks.com wrote:
Message: 4 Date: Thu, 24 Aug 2006 14:17:44 -0600 From: Travis Oliphant <oliphant@ee.byu.edu> Subject: Re: [Numpy-discussion] (no subject) To: Discussion of Numerical Python <numpy-discussion@lists.sourceforge.net> Message-ID: <44EE0968.1030904@ee.byu.edu> Content-Type: text/plain; charset=ISO-8859-1; format=flowed
kortmann@ideaworks.com 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