Re: [Pythonmac-SIG] Problems with universal Python 2.4.3's distutils

2006-11-04 Thread Brian Granger
Sorry I didn't see this one earlier. Using the --mpi option to build mpi4py is not the recommended way of building it. The docs are a little out of date on this one. The following should work: python setup.py build --mpicc=path_to_your_mpicc_executable Let me know if that works! I build mpi4p

Re: [Pythonmac-SIG] Problems with universal Python 2.4.3's distutils

2006-10-24 Thread Ronald Oussoren
On Tuesday, October 24, 2006, at 06:09PM, Anand Patil <[EMAIL PROTECTED]> wrote: >Hi all, > >I'm running Universal Python 2.4.3 on my Powerbook G4 under OS X 10.4.8. >I'm trying to install a package called mpi4py (MPI for Python), and >Universal Python's distutils seem to be causing some troub