[Numpy-discussion] passing dynamic arrays from fortran 90 to python

2009-04-14 Thread Tobias Lindberg
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

Re: [Numpy-discussion] f2py-problem fcompiler for f90-files missing

2009-04-07 Thread Tobias Lindberg
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

[Numpy-discussion] f2py-problem fcompiler for f90-files missing

2009-04-07 Thread Tobias Lindberg
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