on Thu Jan 08 2009, "Del Robins" wrote:
> Sorry, the problem is being able to find classes/types wrapped and
> exported from module A that are used as a parameter/argument type to a
> function in module B. It all works fine when they are in the same
> module.
>
> You may have hit the nail on th
Sorry, the problem is being able to find classes/types wrapped and
exported
from module A that are used as a parameter/argument type to a function
in module B.
It all works fine when they are in the same module.
You may have hit the nail on the head though, I'm using the static
version
of the boos
on Thu Jan 08 2009, "Del Robins" wrote:
> Hi all,
>
>
>
> I am new to Python and just recently started using boost python to
> create some wrappers for some C++ static libraries. I have been able
> to get most everything to work from the documentation and community
> examples. Thank you for
Hi all,
I am new to Python and just recently started using boost python to
create some wrappers for some C++ static libraries. I have been able
to get most everything to work from the documentation and community
examples. Thank you for your efforts.
The one issue that I am still hitting