[SciPy-user] Right way to import scipy

Robert Kern robert.kern at gmail.com
Mon Feb 20 23:36:41 EST 2006


Bill Baxter wrote:

> That last one doesn't work:
> 
> [starting from a clean environment[
>>>> from scipy import linalg
>>>> linalg.lu <http://linalg.lu>
> Traceback (most recent call last):
>   File "<input>", line 1, in ?
> AttributeError: 'module' object has no attribute 'lu'
>>>> from scipy import version
>>>> version.version
> '0.4.6'

Okay, it *will* work with the latest SVN.

-- 
Robert Kern
robert.kern at gmail.com

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




More information about the SciPy-User mailing list