[SciPy-user] Installing numpy
Lev Lafayette
lev at vpac.org
Sun Nov 18 17:36:25 EST 2007
On Sat, 2007-11-17 at 22:02 -0800, David Arnold wrote:
> Wow. Good catch. Switching directories:
>
> Ran 692 tests in 1.211s
>
> >>>import numpy
> >>>numpy.test()
>
> ...
>
> OK
> <unittest._TextTestResult run=692 errors=0 failures=0>
> >>>
>
>
> Not so lucky with scipy:
>
> darnold $ python
> Python 2.5.1 (r251:54869, Apr 18 2007, 22:08:04)
> [GCC 4.0.1 (Apple Computer, Inc. build 5367)] on darwin
> Type "help", "copyright", "credits" or "license" for more information.
> >>> import scipy
> s>>> scipy.test(level=1)
>
Is this a 64 bit machine? If so you'll have the same problem with SciPy
as I did... until a very nice member of this list pointed me to the
magic solution.
http://scipy.org/scipy/scipy/changeset/3498
HTH HAND,
--
Lev Lafayette <lev at vpac.org>
More information about the SciPy-User
mailing list