g95.py isn't a FORTRAN compiler, it's some code to help NumPy find out
what compilers are available on your system.
Since you seem to have g77 installed, I assume this is part of either
a mingw or cygwin installation on your machine. I suggest using the
relevant package manager (cygwin or mingw
> 2009/4/7 Tobias Lindberg :
> Background:
> I have installed the Python(xy) package (full) (numpy 1.2.1.2) both on my XP
> and Vista machine. On both these machines I have VS2008 installed as well.
>
> Then I read that one could write like this;
>
> f2py -m test -c test.f90 --compiler=mingw32
>
>
On Tue, Apr 7, 2009 at 10:05 AM, Tobias Lindberg
wrote:
> Hi,
>
> I've tried to find anything in the archives to help me solve this problem
> but nothing of the suggested things seems to work.
> Background:
> I have installed the Python(xy) package (full) (numpy 1.2.1.2) both on my XP
> and Vista
Hi,
I've tried to find anything in the archives to help me solve this problem but
nothing of the suggested things seems to work.
Background:
I have installed the Python(xy) package (full) (numpy 1.2.1.2) both on my XP
and Vista machine. On both these machines I have VS2008 installed as well. So