Hi,
Is there a way to pass dynamic arrays generated in a fortran 90- module to a
python script?
Best regards
/tobias
___
Numpy-discussion mailing list
Numpy-discussion@scipy.org
http://mail.scipy.org/mailman/listinfo/numpy-discussion
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
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