...dynamic module does not define init function #BoostPython...
Boost.Pythonでビルドは問題なく通ったのにインポートしようとすると ImportError: dynamic module does not define init function (initbar_ext) と怒られてしまった。 これはモジュールの宣言の名前が間違っていたことが原因だった。下記コードではbar_extにすべきところがfoo_extになっている。