Re: [C++-sig] Linking Boost-Python to Python Library in OS X and Anaconda Python 3.5
AlstonWilliams > From: jonleder...@gmail.com > Date: Wed, 25 May 2016 13:41:57 -0400 > To: cplusplus-sig@python.org > Subject: [C++-sig] Linking Boost-Python to Python Library in OS X and > Anaconda Python 3.5 > &
[C++-sig] Linking Boost-Python to Python Library in OS X and Anaconda Python 3.5
Hi, I am having some issues using boost-python on OS X using Anaconda Python 3.5. I am able to build a simple c++ function using boost-python and call it from Python. However, when I create a simple class and call the constructor, I am met with: In [2]: hello_ext.World()