[C++-sig] call_method trouble?

David Abrahams dave at boost-consulting.com
Mon Mar 10 17:34:11 CET 2003


"Dirk Ulbricht" <fxdirk at insanesoftware.de> writes:

> Only calling sender.handle inside a message handler gives this error, so I
> think somethink is wrong with the way I used call_method in pythonHandle to
> call the python message handler, or I am doing some other stupid mistake.
> Any hints on what's going here are greatly appreciated, I've been trying to
> get this to work since hours without any success.

What do you see when you add this to onMessage:

     print 'self=', self
     print 'sender=', sender

??

-- 
Dave Abrahams
Boost Consulting
www.boost-consulting.com





More information about the Cplusplus-sig mailing list