Message4160

Author aviflax
Recipients aviflax, cgroves
Date 2009-02-24.14:31:51
SpamBayes Score 4.362359e-06
Marked as misclassified No
Message-id <1235485912.56.0.388903791686.issue1265@psf.upfronthosting.co.za>
In-reply-to
Content
One more thought: the constructor *is* being run, because if I set a
Python attribute on self, such as self.foo = bar, then _that_ *is*
accessible from the method. It's only modifying fields of the Java class
(via a setter) that seems to not function.

I wonder if this might have something to do with the constructor and the
method seeming to have references to different object instances? What I
mean is, if I add 'print str(self)' to the constructor and the method,
they print the Java object ID -- which is different!
History
Date User Action Args
2009-02-24 14:31:52aviflaxsetmessageid: <1235485912.56.0.388903791686.issue1265@psf.upfronthosting.co.za>
2009-02-24 14:31:52aviflaxsetrecipients: + aviflax, cgroves
2009-02-24 14:31:52aviflaxlinkissue1265 messages
2009-02-24 14:31:52aviflaxcreate