On Sep 30, 2008, at 3:21 PM, Lucia Avalle wrote:
I am trying to use fipy and the followng error message was reported:
File "/home/lucia/FiPy-1.1/fipy/tools/sparseMatrix.py", line 45, in
<module>
import spmatrix
ImportError: No module named spmatrix
That message means that FiPy can't find PySparse.
If PySparse has not been installed, then you'll need to do so. Follow
the instructions in INSTALLATION.txt
If PySparse *is* installed, then the version is inconsistent with
FiPy. FiPy 1.1 is quite old and won't be able to import a newer
version of PySparse; we recommend everybody run at least version 1.2
of FiPy.