setting up scipy in windows

Robert Kern rkern at ucsd.edu
Tue May 17 23:17:03 EDT 2005


hawkesed wrote:
> Hi All,
>   has anyone out there recently set up scipy on Windows? Cause I am
> trying to do so know and I am not having much luck. I have ActiveState
> and Plone. When I try to import scipy in ActiveState it says
> 
>>>>import scipy
> 
> Traceback (most recent call last):
>   File "<interactive input>", line 1, in ?
> ImportError: No module named scipy
> 
>>>>from scipy import *
> 
> Traceback (most recent call last):
>   File "<interactive input>", line 1, in ?
> ImportError: No module named scipy
> When I try to the same in Plone it crashes. I have the latest self
> install executable from SCIPY. I didn't compile the source.
> Scipy looks like just the thing I want, if anyone has got it running on
> a Windows box I would like to hear how you did it. Thanks all have a
> great day.

The installer was made for the official python.org distribution. The 
paths for the ActiveState and Plone distributions are probably 
different. Move the files to the appropriate places.

-- 
Robert Kern
rkern at ucsd.edu

"In the fields of hell where the grass grows high
  Are the graves of dreams allowed to die."
   -- Richard Harter




More information about the Python-list mailing list