[SciPy-user] from scipy import * error. (outerproduct missing)

Xavier Gnata gnata at obs.univ-lyon1.fr
Thu Jun 29 04:36:09 EDT 2006


Hi,

I have compiled the lastest svn of numpy and scipy.
Using ipython, from numpy import * works well but
from scipy import * fails :

---------------------------------------------------------------------------
exceptions.ImportError                               Traceback (most 
recent call last)

/home/gnata/<ipython console>

/usr/lib/python2.4/site-packages/scipy/linalg/__init__.py
      6 from linalg_version import linalg_version as __version__
      7
----> 8 from basic import *
      9 from decomp import *
     10 from matfuncs import *

/usr/lib/python2.4/site-packages/scipy/linalg/basic.py
     20      conjugate,ravel,r_,mgrid,take,ones,dot,transpose,sqrt,add,real
     21 import numpy
---> 22 from numpy import asarray_chkfinite, outerproduct, concatenate, 
reshape, single
     23 from numpy import matrix as Matrix
     24 import calc_lwork

ImportError: cannot import name outerproduct

I dont know how old is this bug because I hardly ever use import *

Xavier.

-- 
############################################
Xavier Gnata
CRAL - Observatoire de Lyon
9, avenue Charles André
69561 Saint Genis Laval cedex
Phone: +33 4 78 86 85 28
Fax: +33 4 78 86 83 86
E-mail: gnata at obs.univ-lyon1.fr
############################################ 




More information about the SciPy-User mailing list