Re: Sending a python argument to a Boost.Python function
Try that question here: https://mail.python.org/mailman/listinfo/cplusplus-sig Laura -- https://mail.python.org/mailman/listinfo/python-list
Sending a python argument to a Boost.Python function
I have a python class that wraps a boost.python object. I am using a boost.python library function that requires the raw boost.python object. I want to be able to pass the python object to the boost api function. Is there a hook available on the python side that instructs boost to perform a co