| 75 | |
| 76 | |
| 77 | ==== Problem with Installation ==== |
| 78 | |
| 79 | We have been seeing the following error when trying to import {{{pypar}}}. |
| 80 | |
| 81 | {{{ |
| 82 | >>> import pypar |
| 83 | Traceback (most recent call last): |
| 84 | File "<stdin>", line 1, in <module> |
| 85 | File "pypar.py", line 863, in <module> |
| 86 | mpi = CDLL('libmpi.so.0', RTLD_GLOBAL) |
| 87 | File "/usr/lib/python2.6/ctypes/__init__.py", line 353, in __init__ |
| 88 | self._handle = _dlopen(self._name, mode) |
| 89 | OSError: libmpi.so.0: cannot open shared object file: No such file or directory |
| 90 | }}} |
| 91 | |