--- On Fri, 6/27/08, Tim Spens <[EMAIL PROTECTED]> wrote:
> From: Tim Spens <[EMAIL PROTECTED]>
> Subject: Re: embedding and extending python C API registering callback
> handler objects
> To: python-list@python.org, "Matimus" <[EMAIL PROTECTED]>
thanks, but didn't fix the problem.
--- On Fri, 6/27/08, Matimus <[EMAIL PROTECTED]> wrote:
> From: Matimus <[EMAIL PROTECTED]>
> Subject: Re: embedding and extending python C API registering callback
> handler objects
> To: python-list@python.org
> Date: Fri
On Jun 27, 8:22 am, Tim Spens <[EMAIL PROTECTED]> wrote:
> Hello all,
>
> I've been trying to get an example found
> herehttp://codeidol.com/python/python3/Embedding-Python/Registering-Callb...
> to work. Every thing works fine except when I try to trigger an event from c
> that will call a pyth
Hello all,
I've been trying to get an example found here
http://codeidol.com/python/python3/Embedding-Python/Registering-Callback-Handler-Objects/
to work. Every thing works fine except when I try to trigger an event from c
that will call a python function. Here is my test code:
//-