[SciPy-dev] New numpy svn ready

Travis Oliphant oliphant at ee.byu.edu
Wed Jan 4 19:38:59 EST 2006


Tom Loredo wrote:

>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
>  
>
Curious...  Make sure everything is deleted (scipy and numpy) and start 
again....

>>>>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'
>  
>

also numpy.__version__ should give you the same thing....

>Do I perhaps need to remove something from my previous installs first?
>  
>
Very likely. 

-Travis




More information about the SciPy-Dev mailing list