Uwe,
I have tried your example and it look as though it would have worked.
However, I did obtain the following error!!!
python25> python setup.py build -cmingw32
running build
running scons
customize Mingw32CCompiler
Found executable C:\gfortran\bin\gcc.exe
Ignoring "Python was built with Visu
On 11 Sep., 02:33, "Blubaugh, David A." <[EMAIL PROTECTED]> wrote:
> Mark,
> ... I
> was also wondering as to what is involved with "compiling with MingW32,
> by passing "-c mingw32" to setup.py."??
If you do not have the right MS compiler on your machine, you can use
the
mingw port of gcc inst
Mark,
THANK YOU GREATLY FOR YOUR HELP!!
I have executed all that suggestions that you have made:
I was able to have f2py be able to detect two distinct fortran compilers
on the computer that I am utilizing. However, I have found a new error
that I found to be somewhat unclear. The error i
Tue, 09 Sep 2008 17:57:52 -0500, Robert Kern wrote:
> On Tue, Sep 9, 2008 at 17:53, Blubaugh, David A. <[EMAIL PROTECTED]>
> wrote:
>> It appears that once I run the f2py.py script from the IDLE
>> environment,
>
> That's your problem. It is a script to run from the command line, not a
> module f
On Tue, Sep 9, 2008 at 17:53, Blubaugh, David A. <[EMAIL PROTECTED]> wrote:
> It appears that once I run the f2py.py script from the IDLE environment,
That's your problem. It is a script to run from the command line, not
a module for you to import.
Please reply to messages with the reply button i
Mark,
I have taken the advice that you had given to me the other day.
However, I am still having issues with actually executing the f2py.py
script.
> If numpy is installed, then f2py will be too. > On the windows
environment,
> there is a file called f2py.py that you can >>> > ca