Description of problem: The version of pypar shipped by Fedora is unusable without manually tweaking the PYTHONPATH shell variable or sys.path. In Python, the statement "import pypar" will raise ImportError. Version-Release number of selected component (if applicable): 2.1.4_94-1.fc12 How reproducible: Always Steps to Reproduce: 1. Load OpenMPI modules in the current shell: module load openmpi-`uname -i` 2. Try to import pypar in Python. 3. Watch things fail. Actual results: Python can't find module pypar. Expected results: Python should have been able to import pypar. Additional info: I think this should be easily fixed by adding a module file in /etc/modulefiles/ that loads the module OpenMPI module for the current architecture then prepend PYTHONPATH with /usr/lib/python2.6/site-packages/openmpi
Just another note, please update the package URL to refer to pypar's new website at Google Code: http://code.google.com/p/pypar/
This is caused by the environment module of Open MPI not following the MPI guidelines fully, the PYTHONPATH prepend should exist in the openmpi module. *** This bug has been marked as a duplicate of bug 521334 ***