Hello,
I am trying to wrap a simple class that runs some image processing routines.
I would like them to be script-able from python.
I am not trying to pass complicated types, in fact almost all the functions
take and return no arguments. Here is my wrapper code (generated with
pyplusplus partial
On 09/23/2011 04:34 PM, Kevin Hughes wrote:
>
> It builds fine using bjam but when I import into python I get an error
> message: libEventDetector.so: undefined symbol: _ZN13eventDetector4loadEv.
>
> I am really not very good with boost::python and I don't really know
> what to do. Help is apprecia