Re: [C++-sig] Boost Python Wrong Python Version macOS

2020-09-11 Thread stefan
Hi Mortimer, let me forward your message to the Boost.Build list, where I hope someone will take appropriate action. Thanks, On 2020-09-10 9:24 p.m., Mortimer Hemmit wrote: Hi Stefan, Thanks for the advice and the link; they were really helpful. Just by itself, the line "using python : 3.7

Re: [C++-sig] Boost Python Wrong Python Version macOS

2020-09-10 Thread Mortimer Hemmit
Hi Stefan, Thanks for the advice and the link; they were really helpful. Just by itself, the line "using python : 3.7 ;" still returned an error. However, upon reading the link, I could also specify the path that leads to Python. So, I tried: using python : 3.7 : /Library/Frameworks/Python.framew

Re: [C++-sig] Boost Python Wrong Python Version macOS

2020-09-07 Thread Stefan Seefeld
Hi Mortimer, On 2020-09-06 12:54 p.m., Mortimer Hemmit wrote: Hi Stefan, Apologies for breaking the reply chain; I wasn't subscribed to the list earlier, so this is the only message I could reply to. Now I should be able to reply to other messages. Thanks for your email. I don't think that ./b

Re: [C++-sig] Boost Python Wrong Python Version macOS

2020-09-07 Thread Mortimer Hemmit
Hi Stefan, Apologies for breaking the reply chain; I wasn't subscribed to the list earlier, so this is the only message I could reply to. Now I should be able to reply to other messages. Thanks for your email. I don't think that ./b2 has the option to specify the python version within --with-pyth

Re: [C++-sig] Boost Python Wrong Python Version macOS

2020-09-05 Thread Stefan Seefeld
Hi Mortimer, I'm myself not a Boost.Build expert, and I try to avoid it if ever I can. But your description sounds as if invoking `./b2` with the option `--with-python=3.7` rather than just `--with-python` would work. (I have no idea what effect those options to `./bootstrap` would have, but

[C++-sig] Boost Python Wrong Python Version macOS

2020-09-04 Thread Mortimer Hemmit
Hello, I am trying to build the Python library for Boost 1.74.0 on macOS Catalina 10.15.8 with the default Clang 11.0.3. I also installed Python 3.7.9 from python.org I am following the instructions located at