Python の宿題ここで答えます Part 1at TECH
Python の宿題ここで答えます Part 1 - 暇つぶし2ch259:254
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言語に関する知識が豊富でないと上手くやるのは難しいでしょうか?


次ページ
続きを表示
1を表示
最新レス表示
レスジャンプ
類似スレ一覧
スレッドの検索
話題のニュース
おまかせリスト
オプション
しおりを挟む
スレッドに書込
スレッドの一覧
暇つぶし2ch