[SciPy-user] never mind ...
Pearu Peterson
pearu at cens.ioc.ee
Mon Mar 31 03:00:45 EST 2003
On Sun, 30 Mar 2003, Christopher Fonnesbeck wrote:
> I referred to some of the updated examples and saw that things like
> mydict.ptr() are no longer used. My updated code now compiles, with only
> the following warning:
>
> exceptions.ImportError:
> /usr/lib/python2.2/site-packages/scipy/linalg/_flinalg.so: undefined
> symbol: dlaswp_
Assuming that you are using the latest scipy CVS, then hmmm. When using
weave alone, scipy should not have been loaded. Even if scipy
is imported, scipy.linalg (including _flinalg.so) is not loaded
until scipy.linalg is acctually used (e.g. some linalg function is called
or its __doc__ is accessed). So, I am bit curious why this import error
occurs at all.
Anyway, the import error above indicates that something is wrong with
using lapack library, see the troubleshooting section in
scipy/INSTALL.txt.
Pearu
More information about the SciPy-User
mailing list