It seems there is no python-dev
package for Windows. But the Python installer for Windows will normally install a sub directory include
inside the main Python dir.
So with Python in C:Python
you would get:
- C:Python
- C:PythonDLLs
- C:PythonDoc
- C:Pythoninclude
- C:PythonLib
- C:Pythonlibs
- C:PythonScripts
- C:Pythoncl
- C:PythonTools
Inside this include
directory you will find Python.h
, which can be included or referenced.
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…