[SciPy-user] [Fwd: Re: Computing eigenvalues by trace minimization]

Nils Wagner nwagner at iam.uni-stuttgart.de
Fri Jun 29 08:27:00 EDT 2007


Nils Wagner wrote:
>>> As for pysparse, 1st of all I went to sandbox/pysparse, run
>>> sudo python setup.py install,
>>> then
>>> from pysparse import *
>>> all works ok
>>>     
>>>       
> Interesting. So is there a difference between the installation procedures
>
> a)  cd /path/to/your/sandbox/pysparse ;  sudo python setup.py install
>
> b) cd /path/to/your/sandbox; edit enabled_packages.txt; add a line with
> pysparse; cd /path/to/your/scipy; sudo python setup.py install
>
>
> Nils
>
>
> _______________________________________________
> SciPy-user mailing list
> SciPy-user at scipy.org
> http://projects.scipy.org/mailman/listinfo/scipy-user
>   
I have used version a) to install pysparse from the sandbox. The problem
persists. Can someone reproduce
this behavior ?

>>> from pysparse import *
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/usr/local/lib64/python2.5/site-packages/pysparse/__init__.py",
line 4, in <module>
    from spmatrix import *
ImportError: No module named spmatrix
 
Any pointer how to fix this problem would be appreciated.

Nils




More information about the SciPy-User mailing list