Boost.Python extension
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
On 16 October 2015 at 18:13, Jeff Archer
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'".
Obivous checks: - Can the Python interpreter find the module, via PYTHONPATH, sys.path? - Does it have any run-time dependencies missing? You may check hello.pyd with dependency walker. Best regards, -- Mateusz Loskot, http://mateusz.loskot.net
participants (2)
-
Jeff Archer
-
Mateusz Loskot