From: Joseph C. <jca...@in...> - 2001-07-18 17:19:48
|
Samuele, Ahhhh, I think that I understand now, (I have been working other examples of the code on my end). I think the fundamental difference that I failed to pick up on originally was the following: You have > PyObject obj = instance.__findattr__("n"); Where as (which I didn't oringally include) I have in my code... I missed the fact that you were using the instance to get the method. > PyMethod obj = (PyMethod) class.__findattr__("n"); ~ An now I say I see the light.... First problem... solved. I am still working on the "Memory Leak" example, as it may just be my poor code causing the trouble. Thanks very much for your help so far, I will be back in touch. Joe -- "Every new beginning comes from some other beginnings end." -- Semisonic ----------------------------------------------------- Joseph Campbell | EMAIL: joe...@in... Staff Consultant | URL: www.inventa.com Inventa Technologies | PH: (856)914-5224 | CELL: (609)972-0297 ----------------------------------------------------- |