[C++-sig] Python 3
Cromwell Enage
sponage at yahoo.com
Tue Jan 31 19:00:09 CET 2012
Hi, everyone!
On my Mac OS X 10.7.2, I had to edit the bootstrap-generated project-config.jam file so that it contained the following directive:
using python
: 3.2
: /Library/Frameworks/Python.framework/Versions/3.2/bin/python3.2
: /Library/Frameworks/Python.framework/Versions/3.2/include/python3.2m/
: /Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/
;
When running "sudo ./b2 install --with-python --debug-configuration", I read errors stating that bjam (still) couldn't find the Python header files.
Do I have to install Python 3.2 differently from how the GUI package works?
Cromwell D. Enage
More information about the Cplusplus-sig
mailing list