3

私のgoogle-fuは醜いかもしれませんが、Windows用のPython2.7.3の開発ヘッダーへのダウンロードリンクが見つかりません。それはどこかに存在しますか?

mingwでpyinstallerを構築しようとしています。'wafconfigure'の完全なログ-pastebin.com/tJyydGJc

次のエラーが発生します。

['C:\\MinGW32\\bin\\gcc.exe', '-Wdeclaration-after-statement', '-Werror', '-fno-strict-aliasing', '-IC:\\\\Python27\\\\include', '..\\test.c', '-c', '-o', 'default\\test_1.o'] 
command returned 'Build failed: -> task failed (err #1): \n\t{task: cc test.c -> test_1.o}'Could not find the python development headers
4

1 に答える 1

1

インストールを観察すると、ヘッダー ファイルがインストーラーに含まれています。標準のインストール ディレクトリを使用する場合は、c:\Python27\include の下に配置する必要があります。

ヘッダーだけの特定のファイルについては、どちらも見つかりません。しかし、常にソースがあります!

于 2012-10-26T06:11:41.920 に答える