I registered the event handler with your code snippet, and then raised a 
Host_auth_event, and it seems to work no problem using the destiny branch.  I 
think it should work fine on zaku too, though I haven't checked.
Have you noticed any weird errors from SWIG during the build or anything?
Did you add pyauthenticator as a dependency for your component (though I don't 
think this would cause exactly that error)?

-- Murphy

On Apr 27, 2011, at 1:16 AM, karim torkmen wrote:

> On 04/26/2011 07:46 PM, Murphy McCauley wrote:
>> Actually, I think this event should work and that there is an event 
>> converter for it.  Can you share a code snippet that exhibits the problem?  
>> And tell us which branch you're using?
>> 
>> -- Murphy
>> 
>> On Apr 26, 2011, at 7:35 AM, karim torkmen wrote:
>> 
>>> Hi all,
>>> I am trying to use the authenticator component, however it seems to be not 
>>> fully supported by python. In fact, I get the following error:
>>> Host_auth_event has no C++ to Python event converter
>>> 
>>> Is there any method to have this event converted to python.
>>> 
>>> Regards,
>>> Karim
>>> _______________________________________________
>>> nox-dev mailing list
>>> [email protected]
>>> http://noxrepo.org/mailman/listinfo/nox-dev
> Hi Murphy,
> Thanks for your quick reply as usual :)
> Here is the snippet:
> 
> self.auth = self.resolve(pyauth.PyAuth)
> self.register_handler(pyauth.Host_auth_event.static_get_name(),self.auth_call_back)
> 
> 
> Regards,
> Karim
> 
> 
> 

_______________________________________________
nox-dev mailing list
[email protected]
http://noxrepo.org/mailman/listinfo/nox-dev

Reply via email to