Hello,
I was unable to run fipy after I recently upgraded
python/numpy/scipy/fipy.
When I run:"from fipy.meshes.grid2D import Grid2D"
I get the following error:
ImportError: No module named spmatrix
preceeded several times by the warning:
This Python has API version 1013, module itsolvers has version 1012
or a similar message for the various modules in pysparse.
I'm assuming this means there is a problem using python 2.5 with
pysparse/fipy. Is this right and, if so, what do I need to do to fix this?
I'm running python 2.5, pysparse 1.0, scipy-svn 0.5.0.2163, and numpy-svn
1.0.2.dev3617 under linux.
Thanks for you help,
Andy