[C++-sig] Problems Getting Started in Boost.Python

David Abrahams david.abrahams at rcn.com
Fri May 31 16:10:20 CEST 2002


> Can someone please explain what form of stupidity I am plagued with now?

Your first mistake was right here:

> In the Cygwin case I moved the dll and lib file into libs\python\example
and
> in that same directory started Python (from Cygwin).

Bad idea. Everything was set up perfectly already. Running "bjam test"
would have run the test case. If you want to see what it does, run
    "bjam -d+2 test"

> Apparently it sees the dll just fine

Why do you think so? It's finding the extension module but missing bpl.dll

> but either there is something wrong
> with it or I need to import something more?
>
> In the MSVC++ case, I copied everything

Same problem here.

-Dave







More information about the Cplusplus-sig mailing list