Results 3 comments of Nick Fitzsimons

Two things that may help: 1. It should be `boost_python` - that is, an underscore, not a hyphen, in the export BOOST_PYTHON_LIB line, even though the name of the library...

Python's `encode()` method will add the UTF-8 BOM if the encoding is specified as `utf-8-sig` rather than `utf-8`.

I also encountered this issue after upgrading with Homebrew. The version installed showed `1.34.0` (without the `v` at the start). I uninstalled the Homebrew version and followed the instructions for...