[SciPy-dev] New numpy svn ready

Tom Loredo loredo at astro.cornell.edu
Wed Jan 4 19:00:02 EST 2006


Okay, the import problems I just reported were for revision 1794 from trunk.
I then installed revision 1797 from branches, with the same results.
I have now just installed revision 1797 from trunk; again, the import
problem from mid-December is back:

>>> import numpy
Failed to import fftpack
No module named fftpack
Failed to import signal
No module named fftpack
>>> numpy.test(1,1)
  Found 2 tests for numpy.core.umath
  Found 19 tests for numpy.core.ma
  Found 6 tests for numpy.core.records
  Found 3 tests for numpy.distutils.misc_util
  Found 3 tests for numpy.lib.getlimits
  Found 9 tests for numpy.lib.twodim_base
  Found 44 tests for numpy.lib.shape_base
  Found 4 tests for numpy.lib.index_tricks
  Found 42 tests for numpy.lib.type_check
  Found 3 tests for numpy.dft.helper
  Found 33 tests for numpy.lib.function_base
  Found 0 tests for __main__
.........................................................................................................................................................................
----------------------------------------------------------------------
Ran 170 tests in 0.497s

>>> numpy.version.version
'0.9.2.1797'

Do I perhaps need to remove something from my previous installs first?

-Tom


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




More information about the SciPy-Dev mailing list