Scott Kilpatrick wrote:
> So wherever pycdf does a:
> 
> from Numeric import *
> 
> what is the equivalent for SciPy? i.e. where is the full Numeric module
> in SciPy?

Scipy also does a

   from Numeric import *

Numeric isn't contained within Scipy; Scipy uses Numeric like pycdf does.

-- 
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