I receive an error message when trying to import scipy:

 

import  scipy

File "C:\Python24\Lib\site-packages\scipy\__init__.py", line 32, in -toplevel-

from numpy import oldnumeric

ImportError: cannot import name oldnumeric

 

Numpy is installed. How to I correct this problem?

 

Larry W