Re: trouble installing numpy 1.0.2 and scipy.0.5.2

2007-06-23 Thread Robert Kern
[EMAIL PROTECTED] wrote: > I have tried to install numpy and scipy on python 5.2. Using gcc > 2.95.3, lapack 3.1.1 and ATLAS 3.6.0. > When installin numpy it seems to work but when I try to run test get > error no test for numpy. > > When I try to Install scipy only get error. > > Any ideas on ho

trouble installing numpy 1.0.2 and scipy.0.5.2

2007-06-23 Thread 1960_j
I have tried to install numpy and scipy on python 5.2. Using gcc 2.95.3, lapack 3.1.1 and ATLAS 3.6.0. When installin numpy it seems to work but when I try to run test get error no test for numpy. When I try to Install scipy only get error. Any ideas on how to install would be appreciated. Thank

Re: NumPy 1.0.2

2007-04-03 Thread Terry Reedy
"Travis E. Oliphant" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] | | We are pleased to announce the release of NumPy 1.0.2 For those curious like me, the summary news at SourceForge is " The latest release is a mostly bug-fix release with a few optimizati

ANN: NumPy 1.0.2

2007-04-03 Thread Travis E. Oliphant
We are pleased to announce the release of NumPy 1.0.2 NumPy is a Python extension that provides a general-purpose multi-dimensional array that can act as a container of arbitrary raw-data formats (including bools, integers, floats, complex, Python objects, string, unicode, and general C