Thank you, Axel, for your help.
For some reason, when I used cmake, it did not build a .so but a dylib.
I thought maybe the Mac would handle this but python could not find it.
Using the old make method everything worked fine:
cd src
make yes-manybody
make mode=shlib serial
that made the .so, and everything is fine.
…Murray Daw