Okay, I appear to have my self in dependency hell now :s
I'm trying to get a working installation of numpy,scipy and mpl
together. I'm going about this using the scipy superpack download,
which contains all three and a few supporting things. Trouble is, the
build of mpl contained in the superpack
mpl 0.87.5 is compiled against numpy 1.0b5. It should remain
compatible with future release of 1.0.
On 9/15/06, David Andrews <[EMAIL PROTECTED]> wrote:
> Hi everyone,
>
> I'm confused as to what version of NumPy this most recent release of
> matplotlib wants to be used with - I get the following
Hi everyone,
I'm confused as to what version of NumPy this most recent release of
matplotlib wants to be used with - I get the following message:
>>> from pylab import *
RuntimeError: module compiled against version 102 of C-API but
this version of numpy is 100
...etc
This suggests to me