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, i
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
import numpy
File "C:\Pytho