I am trying to use run the tutorial with preconditioners and is needed PyTrilinos.
I have installed trilinos with PyTrilinos in a custome directory but python does not aware of the module.
from PyTrilinos import Epetra, AztecOO, TriUtils, ML
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: No module named PyTrilinos
The installation of trilinos was done in this directory
~/trilinos-install/
I see the pakages of PyTrilinos in
~/trilinos-install/lib/python2.7/site-packages/PyTrilinos
is there another step to link python to the module ?