[f2py] f2py problems on intel mac

Robert Kern robert.kern at gmail.com
Mon Nov 13 03:28:49 EET 2006


Satellite Data Research Group wrote:
> Hi,
> I am attempting to get f2py to work on a Intel Mac OSX 10.4.7.  I have
> installed it along with the latest version of scipy - distutils.  these
> installs worked fine and typing "f2py" brings up the information. 
> However when I attempt to run the simple hello example I get the
> following message:

First, the standalone version of f2py and scipy_distutils are very much out of
date and are not maintained. The maintained version of f2py comes with numpy.
scipy_distutils is not required.

  http://numpy.scipy.org/

What Fortran compiler are you using? On Intel Macs, you will probably need gfortran.

  http://hpc.sourceforge.net/

Use --fcompiler=gnu95

-- 
Robert Kern

"I have come to believe that the whole world is an enigma, a harmless enigma
 that is made terrible by our own mad attempt to interpret it as though it had
 an underlying truth."
  -- Umberto Eco




More information about the f2py-users mailing list