Problem with importing fft

Hi folks,

I just installed the latest svn/cvs scipy_core, scipy, and mpl
on OS 10.3.9, Py 2.4.1. There has been some shuffling around
of packages and package names in scipy in the last week or two,
and finally core+scipy is working without import complaints
(though 10 of the fftpack tests fail). However, now NOTHING
requiring pylab works---every attempt to import pylab eventually
fails with something like:

  File "/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/site-packages/matplotlib/numerix/
__init__.py", line 143, in ?
    __import__('fft', g, l)
  File "/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/site-packages/matplotlib/numerix/fft/
__init__.py", line 8, in ?
    from scipy.basic.fft import *
ImportError: No module named fft

Indeed, checking scipy verifies that scipy.basic.fft is now a
*function* (ifft also); the module is fftpack (or fftpack_lite),
not fft:

import scipy
dir(scipy.basic)

['ScipyTest', '__builtins__', '__doc__', '__file__', '__name__', '__path__', 'fft', 'fftpack', 'fftpack_lite',
'helper', 'ifft', 'lapack_lite', 'linalg', 'rand', 'randn', 'random', 'test']

scipy.basic.fft

<function fft at 0x515470>

I don't know who has to sort this out, scipy or mpl developers,
but I sure hope it can be done soon!

Thanks,
Tom

···

-------------------------------------------------
This mail sent through IMP: http://horde.org/imp/