[SciPy-dev] Status of sandbox.pysparse

Nils Wagner nwagner at iam.uni-stuttgart.de
Fri Jun 29 06:56:45 EDT 2007


Hi all,

Is pysparse  still maintained  ?
I am mainly interested in the Jacobi-Davidson (JDSYM) eigensolver .
I have enabled the sandbox package.

However it fails if I try to import the package.

Python 2.4.1 (#1, May 25 2007, 18:41:31)
[GCC 4.0.2 20050901 (prerelease) (SUSE Linux)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> from scipy.sandbox import pysparse
Traceback (most recent call last):
  File "<stdin>", line 1, in ?
  File
"/usr/lib64/python2.4/site-packages/scipy/sandbox/pysparse/__init__.py",
line 4, in ?
    from spmatrix import *
ImportError: No module named spmatrix

Nils


 




More information about the SciPy-Dev mailing list