07/05/07 15:05:05
-------------------------------------------------------------------
f2py2e.py
Description: This program generates a Python C/API file (<modulename>module.c)
that contains wrappers for given fortran functions so that they
can be called from Python. With the -c option the corresponding
extension modules are built.
-------------------------------------------------------------------
F2PY: Fortran to Python interface generator
URLリンク(cens.ioc.ee)
Of course, to build extension modules, you'll need also working
C and/or Fortran compilers installed
必要なようでした orz
[SciPy-user] Building scipy without fortran compiler on Windows using MSVC C++ Toolkit compiler
URLリンク(projects.scipy.org)
>IIRC, you can't link C++ code compiled with mingw with C++ code that was
>compiled with MSVC. The C++ ABIs are different. However, it should be
>possible to have both mingw-compiled C and FORTRAN extension modules and
>MSVC-compiled C++ extension modules in the same process.
mingw というので sample1module.c のほうコンパイルしないと駄目なのでしょうか?
C言語に関する知識が豊富でないと上手くやるのは難しいでしょうか?