From: Chris F. <fon...@gm...> - 2005-12-04 15:18:23
|
On 12/3/05, mat...@li... <matplotlib-user= s- > > > > > > Chris, are you using Daishi's patches? I'm not quite sure if they're i= n > > CVS yet, but it's certain that you can NOT build mpl 0.85 + scipy_core > > without them. > > Just tried it. One issue arises with the import syntax in matplotlib/numerix/fft/__init__.py: 7 elif which[0] =3D=3D "scipy": ----> 8 from scipy.fftpack import * global scipy.fftpack =3D undefined I think the correct syntax is "from scipy import fftpack", etc. -- Chris Fonnesbeck Atlanta, GA |