[C++-sig] Re: extending and callbacks in Boost.Python

Mike Rovner mike at nospam.com
Sat Nov 15 01:32:59 CET 2003


kent at cognitoy.com wrote:
> The python code looks like:
>
> ---------
> import MyObject
>
> class MyCallback(MyObject.PythonCallback):
>   def perFrameCallback():

self argument missed

>     return 42


HTH,
Mike







More information about the Cplusplus-sig mailing list