[Numpy-discussion] numpy quit working

2008-01-16 Thread Kevin Christman
I've started to use numpy (1.0.4) and matplotlib but it suddenly quit working. Now when I import a simple test script: import numpy numpy.linspace(0,1) it gives the following error: Traceback (most recent call last): File D:/anothertest.py, line 1, in module import numpy File

Re: [Numpy-discussion] numpy quit working

2008-01-16 Thread Robert Kern
Kevin Christman wrote: I've started to use numpy (1.0.4) and matplotlib but it suddenly quit working. Now when I import a simple test script: import numpy numpy.linspace(0,1) it gives the following error: Traceback (most recent call last): File D:/anothertest.py, line 1, in module