From: Fernando P. <Fer...@co...> - 2005-12-03 23:27:43
|
Chris Fonnesbeck wrote: > I am trying to compile matplotlib with scipy_core (latest release), > rather than Numeric or nunmarray. However, I get the following error > when trying to build: > > Traceback (most recent call last): > File "setup.py", line 110, in ? > raise RuntimeError("You must install Numeric, numarray, or both to > build matplotlib") > RuntimeError: You must install Numeric, numarray, or both to build matplotlib > > Is there no way to base matplotlib on scipy_core? Chris, are you using Daishi's patches? I'm not quite sure if they're in CVS yet, but it's certain that you can NOT build mpl 0.85 + scipy_core without them. Cheers, f |