Re: [Numpy-discussion] import issue with new Python

2008-02-15 Thread Alan G Isaac
On Fri, 15 Feb 2008, Dinesh B Vadhia apparently wrote:
> I upgraded to Python 2.5.2c1 today, and got the following error for:
>> import numpy 
>> import scipy 
> Traceback (most recent call last):
>   File "C:\ ... .py", line 19, in 
> import scipy
> ImportError: No module named scipy 
> I'm using Numpy 1.0.4 and Scipy 0.6. 
> Any ideas? 

If you are an Windows, check Lib\site-packages
and see if there are there: looks like not.

If you did a side-by-side install, you'll have
to reinstall SciPy and NumPy on your new Python.

Cheers,
Alan Isaac



___
Numpy-discussion mailing list
Numpy-discussion@scipy.org
http://projects.scipy.org/mailman/listinfo/numpy-discussion


[Numpy-discussion] import issue with new Python

2008-02-15 Thread Dinesh B Vadhia
I upgraded to Python 2.5.2c1 today, and got the following error for:

> import numpy
> import scipy

Traceback (most recent call last):
  File "C:\ ... .py", line 19, in 
import scipy
ImportError: No module named scipy

I'm using Numpy 1.0.4 and Scipy 0.6.

Any ideas?

Dinesh

___
Numpy-discussion mailing list
Numpy-discussion@scipy.org
http://projects.scipy.org/mailman/listinfo/numpy-discussion