[Orbit-python-list] Re: CORBA.ORB_init
Status: Inactive
Brought to you by:
tack
From: Jason T. <ta...@li...> - 2000-03-17 16:07:28
|
(I'm CCing this thread to the mailing list since people are actually on it now. :)) > >>> p1.id > 'third' > >>> p2.id > 'third' > >>> p3.id > 'third' Oh dear. I know precisely what the problem is, but I'm not entirely sure how to fix it. The problem is that the attributes are being set for the class object, not for the instance object. I'm not sure why the built-in init function is getting the class object and not the instance. I may have to change my approach. *grumble* Exceptions will also exhibit this behavior because they use the same C function as the constructor. And unions will be flakey as well since I'm taking the same approach. Hopefully I will have this resolved tomorrow. Jason. |