对于使用 Boost.Python 的项目(请参阅另一个问题),我需要包含例如pyconfig.h
.
我的系统显然缺少这些。我已经通过 Homebrew 安装了 Python 3:
cls ~ $ brew info python3
python3: stable 3.3.0
http://www.python.org/
Depends on: pkg-config, readline, sqlite, gdbm
/usr/local/Cellar/python3/3.2.3 (4420 files, 78M)
/usr/local/Cellar/python3/3.3.0 (4843 files, 93M) *
https://github.com/mxcl/homebrew/commits/master/Library/Formula/python3.rb
我也更喜欢通过 Homebrew 获取标题,但我找不到它们的包。
cls ~ $ brew search python-dev
No formula found for "python-dev". Searching open pull requests...
安装这些标头有哪些选择?有自制包吗?