Re: [nox-dev] error: no C++ to Python event converter

2011-04-28 Thread karim torkmen
On 04/28/2011 07:26 PM, Murphy McCauley wrote: ave 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)? Hi Murphy, In fact, it was a dependency problem :)

Re: [nox-dev] error: no C++ to Python event converter

2011-04-28 Thread Murphy McCauley
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

Re: [nox-dev] error: no C++ to Python event converter

2011-04-28 Thread karim torkmen
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: H

Re: [nox-dev] error: no C++ to Python event converter

2011-04-27 Thread karim torkmen
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: H

Re: [nox-dev] error: no C++ to Python event converter

2011-04-26 Thread Murphy McCauley
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 co

[nox-dev] error: no C++ to Python event converter

2011-04-26 Thread karim torkmen
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