[SciPy-user] how to import umfpack?

Robin robince at gmail.com
Mon Feb 11 10:52:26 EST 2008


Hi,

I just setup a fresh svn install on a new machine, and I'm having
trouble getting some code to work (Im sure its something simple!)

Previously I was doing
import scipy.linsolve.umfpack as um

but I was expecting to have to change this soon with the move to splinalg.

However in the new version, although it umfpack appears to have build
successfully and there are files in splinalg/dsolve/umfpack (including
__umfpack.so) I can't import it.
import scipy.splinalg.dsolve.umfpack as um
fails ('module' object has no attribute 'umfpack')

How can I get at umfpack now?

Thanks

Robin



More information about the SciPy-User mailing list