我看到很多人展示了如何在 C++ 中使用 Python API,但是,当我包含以下内容时,似乎我还没有 API 或参考:
#include "Python.h"
或者
#include <Python.h>
我查看了这些网站,并提供了所有内容,除了我可以在哪里获得此参考:
- http://www.codeproject.com/Articles/11805/Embedding-Python-in-CC-Part-I
- http://docs.python.org/2/c-api/index.html
我已经安装了 Python 2.7,我想知道来自 python.org 的其他下载是否有我的答案。我安装了 IronPython 但没有成功。
我在哪里可以得到这个参考?