I am trying to use Boost.python to create a python extension.  I have created the hello_ext example but find that I cannot import it.  I am always getting the error "ImportError: No module named 'hello_ext'".
Boost 1.59.0
Python 3.5
Visual Studio 2015