Re: [Numpy-discussion] question about numpy

2007-06-19 Thread Stefan van der Walt
On Tue, Jun 19, 2007 at 05:06:42PM +0900, David Cournapeau wrote: > Robert Kern wrote: > > Stefan van der Walt wrote: > >> On Fri, Jun 15, 2007 at 03:44:37PM -0400, David M. Cooke wrote: > I meet a problem when I installed numpy. I installed numpy by the command > "python setup.py install

Re: [Numpy-discussion] question about numpy

2007-06-19 Thread David Cournapeau
Robert Kern wrote: > Stefan van der Walt wrote: >> On Fri, Jun 15, 2007 at 03:44:37PM -0400, David M. Cooke wrote: I meet a problem when I installed numpy. I installed numpy by the command "python setup.py install". Then I tested it by "python -c 'import numpy; numpy.test()'". But it

Re: [Numpy-discussion] question about numpy

2007-06-17 Thread Robert Kern
Stefan van der Walt wrote: > On Fri, Jun 15, 2007 at 03:44:37PM -0400, David M. Cooke wrote: >>> I meet a problem when I installed numpy. I installed numpy by the command >>> "python setup.py install". Then I tested it by "python -c 'import numpy; >>> numpy.test()'". But it doesn't work. There is a

Re: [Numpy-discussion] question about numpy

2007-06-17 Thread Stefan van der Walt
On Fri, Jun 15, 2007 at 03:44:37PM -0400, David M. Cooke wrote: > > I meet a problem when I installed numpy. I installed numpy by the command > > "python setup.py install". Then I tested it by "python -c 'import numpy; > > numpy.test()'". But it doesn't work. There is an error message: > > "Running

Re: [Numpy-discussion] question about numpy

2007-06-15 Thread David M. Cooke
On Tue, Jun 12, 2007 at 11:58:28AM -0400, Xuemei Tang wrote: > Dear Sir/Madam, > > I meet a problem when I installed numpy. I installed numpy by the command > "python setup.py install". Then I tested it by "python -c 'import numpy; > numpy.test()'". But it doesn't work. There is an error message:

[Numpy-discussion] question about numpy

2007-06-15 Thread Xuemei Tang
Dear Sir/Madam, I meet a problem when I installed numpy. I installed numpy by the command "python setup.py install". Then I tested it by "python -c 'import numpy; numpy.test()'". But it doesn't work. There is an error message: "Running from numpy source directory. Traceback (most recent call last)