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
[EMAIL PROTECTED]

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

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to