[Numpy-discussion] Win32 installer: please test it

Bill Baxter wbaxter at gmail.com
Sun Apr 13 23:46:48 EDT 2008


Seems to work here now, too!

It doesn't tell you in an easy to see place what version of SSE it
decides to use.  Do you think that's ok?  (You can tell by looking at
the "details" at then end of installation, though.

Is there some way to tell this info from inside NumPy itself?  If so
then maybe it doesn't matter.

--bb


--------------------
Numpy is installed in c:\python25\lib\site-packages\numpy
Numpy version 1.0.5.dev5008
Python version 2.5.1 (r251:54863, Apr 18 2007, 08:51:08) [MSC v.1310
32 bit (Intel)]
  Found 10/10 tests for numpy.core.defmatrix
  Found 3/3 tests for numpy.core.memmap
  Found 266/266 tests for numpy.core.multiarray
  Found 69/69 tests for numpy.core.numeric
  Found 31/31 tests for numpy.core.numerictypes
  Found 12/12 tests for numpy.core.records
  Found 7/7 tests for numpy.core.scalarmath
  Found 16/16 tests for numpy.core.umath
  Found 5/5 tests for numpy.ctypeslib
  Found 5/5 tests for numpy.distutils.misc_util
  Found 2/2 tests for numpy.fft.fftpack
  Found 3/3 tests for numpy.fft.helper
  Found 20/20 tests for numpy.lib._datasource
  Found 10/10 tests for numpy.lib.arraysetops
  Found 1/1 tests for numpy.lib.financial
  Found 0/0 tests for numpy.lib.format
  Found 48/48 tests for numpy.lib.function_base
  Found 5/5 tests for numpy.lib.getlimits
  Found 4/4 tests for numpy.lib.index_tricks
  Found 7/7 tests for numpy.lib.io
  Found 4/4 tests for numpy.lib.polynomial
  Found 49/49 tests for numpy.lib.shape_base
  Found 15/15 tests for numpy.lib.twodim_base
  Found 43/43 tests for numpy.lib.type_check
  Found 1/1 tests for numpy.lib.ufunclike
  Found 59/59 tests for numpy.linalg
  Found 92/92 tests for numpy.ma.core
  Found 14/14 tests for numpy.ma.extras
  Found 7/7 tests for numpy.random
  Found 0/0 tests for numpy.testing.utils
  Found 0/0 tests for __main__
.......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
----------------------------------------------------------------------
Ran 887 tests in 1.750s

OK

On Mon, Apr 14, 2008 at 12:24 PM, David Cournapeau
<david at ar.media.kyoto-u.ac.jp> wrote:
> Bill Baxter wrote:
>  >
>  > That's right.  No execution and no error.  The installer finishes
>  > (quite quickly!)
>
>  Doing nothing is quick, even on windows :)
>
>
>  >  as if it did everything according to plan.
>  >
>  > Anything I can do to help you track down the problem?  It's a Win XP system.
>
>  I think I got the problem. Now, I got it working on my two vmware
>  windows at hand. Could you try this:
>
>  http://www.ar.media.kyoto-u.ac.jp/members/david/archives/numpy-superpack-python2.5.exe
>
>  The problem was that I thought I did set the install directory to a
>  windows temp directory, but I actually only set up its default value,
>  and as such the actual numpy installer was put in C:\ (which is a really
>  crappy default ...). Because C:\ is not in the PATH, it does not work.
>
>  I set up the directory correctly, and there should be a message if the
>  execution of the actual numpy installer fails (there is also more
>  details in the installation log). I still do not understand why it
>  worked on one of my windows and not the other, though.
>
>
>  > The default encoding of the machine is set to Japanese (CP931), but
>  > the langauge is English.
>
>  Well, I happend to have the same thing: my university's laptop windows
>  is in Japanese, and it works on this one too.
>
>
>
>  cheers,
>
>  David
>  _______________________________________________
>  Numpy-discussion mailing list
>  Numpy-discussion at scipy.org
>  http://projects.scipy.org/mailman/listinfo/numpy-discussion
>



More information about the NumPy-Discussion mailing list