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
_______________________________________________
Cplusplus-sig mailing list
Cplusplus-sig@python.org
http://mail.python.org/mailman/listinfo/cplusplus-sig

Reply via email to