|
Boost Users : |
Subject: Re: [Boost-users] Boost.Python extension
From: Mateusz Loskot (mateusz_at_[hidden])
Date: 2015-10-16 12:33:41
On 16 October 2015 at 18:13, Jeff Archer <jeffarcher7_at_[hidden]> wrote:
> 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
Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net