可能是我的google-fu很难看,但我找不到Python 2.7.3 for Windows开发标题的下载链接。它存在于某个地方吗?
我尝试使用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
答案 0 :(得分:1)
通过观察我的安装,头文件包含在安装程序中。如果使用标准安装目录,则它们应位于下方 C:\ Python27 \包括
对于只有标题的特定文件,我也找不到。但总有来源!