Re: handling asynchronous callbacks from c++ in a python script

2008-01-23 Thread castironpi
On Jan 23, 5:46 pm, Tim Spens <[EMAIL PROTECTED]> wrote: > I have a c++ program running that has boost python hooks for the c++ api. > I'm running a python client that makes calls into the c++ api. The problem > is there are c++ > asynchronous callbacks that need to pass information to the python

handling asynchronous callbacks from c++ in a python script

2008-01-23 Thread Tim Spens
I have a c++ program running that has boost python hooks for the c++ api. I'm running a python client that makes calls into the c++ api. The problem is there are c++ asynchronous callbacks that need to pass information to the python client. What I was hoping to do is call a python function from