3

可能是我的 google-fu 很难看,但我找不到适用于 Windows 的 Python 2.7.3 开发标头的下载链接。它存在于某个地方吗?

我正在尝试使用 mingw 构建 pyinstaller。'waf configure' 的完整日志 - 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 回答