Warning: file_get_contents(/data/phpspider/zhask/data//catemap/0/windows/16.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
在哪里可以下载Python 2.7.3 for Windows的开发标题?_Python_Windows_Development Environment_Header Files - Fatal编程技术网

在哪里可以下载Python 2.7.3 for Windows的开发标题?

在哪里可以下载Python 2.7.3 for Windows的开发标题?,python,windows,development-environment,header-files,Python,Windows,Development Environment,Header Files,也许我的google fu很难看,但我找不到指向Python 2.7.3 Windows版开发标题的下载链接。它存在于某处吗 我正在尝试用mingw构建pyinstaller。“waf配置”的完整日志- 我得到以下错误: ['C:\\MinGW32\\bin\\gcc.exe', '-Wdeclaration-after-statement', '-Werror', '-fno-strict-aliasing', '-IC:\\\\Python27\\\\include', '..\\test.

也许我的google fu很难看,但我找不到指向Python 2.7.3 Windows版开发标题的下载链接。它存在于某处吗

我正在尝试用mingw构建pyinstaller。“waf配置”的完整日志-

我得到以下错误:

['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

通过观察我的安装,头文件包含在安装程序中。如果使用标准安装目录,则它们应位于 c:\Python27\include


对于只有标题的特定文件,我也找不到。但总有源头

嗯,我试着用mingw构建pyinstaller。“waf配置”的完整日志-。我看到以下错误:[C:\\MinGW32\\bin\\gcc.exe'、'-Wdeclaration after statement'、'-Werror'、'-fno严格别名'、'-IC:\\\Python27\\\\\include'、'..\\test.C'、'-C'、'-o',default\\test 1.o']命令返回的“生成失败:->任务失败(错误1):\n\t{task:cc test 1.o}'找不到python开发headers@AmigableClarkKant,什么“为什么?”:)听起来构建pyinstaller很痛苦,你能避免吗?再说一次,我真的不知道如何使用它,所以……嗯,这只是一个实验。:)我想试着比较一下pyinstaller,它是用msvc(我认为是默认的)和mingw构建的。