[SciPy-user] symbol not found: sparsetools.so

Travis Oliphant oliphant.travis at ieee.org
Fri Jul 21 01:31:24 EDT 2006


Li Cheng wrote:
> Python 2.4.2 (#1, Jul  6 2006, 17:43:12)
> [GCC 4.0.1 (Apple Computer, Inc. build 5250)] on darwin
> Type "help", "copyright", "credits" or "license" for more information.
>  >>> import scipy
> import linsolve.umfpack -> failed: Failure linking new module: /sw/ 
> lib/python2.4/site-packages/scipy/sparse/sparsetools.so: Symbol not  
> found: ___dso_handle
>    Referenced from: /sw/lib/python2.4/site-packages/scipy/sparse/ 
> sparsetools.so
>    Expected in: dynamic lookup
>
>
> Is there a way to disable "sparse" package since I don't need it ?
>
>   
Sure.  Just comment out the config.add_subpackage('sparse') in Lib/setup.py

-Travis




More information about the SciPy-User mailing list