私は Cython を使って最初の一歩を踏み出しました。wiki の指示に従って自分のマシンにインストールしました。
Cython のチュートリアルを進めていくと、cython のコンパイルが非常に簡単になるはずの pyximport にたどり着きました。ただし、使用しようとすると、次のエラーメッセージが表示されました(再フォーマット):
ImportError: Building module failed:
DistutilsPlatformError('
Python was built with Visual Studio 2003;
extensions must be built with a compiler than can generate compatible binaries.
Visual Studio 2003 was not found on this system. If you have Cygwin installed,
you can try compiling with MingW32, by passing "-c mingw32" to setup.py.',)
私の質問は、pyximport で mingw を使用する方法を知っている人はいますか?
mingw は適切にインストールされているように見え、Cython モジュールを (setup.py を使用して) 作成する長い道のりが機能distutils.cfg
し、wiki にあるようにファイルを作成したことにも注意してください。