[Python-talk] Pickling Question
Kent Johnson
kent37 at tds.net
Fri Jul 17 17:02:16 EDT 2009
And just in case it is not already clear, you are definitely on the
wrong track, turn around now!
On Fri, Jul 17, 2009 at 4:58 PM, Kent Johnson<kent37 at tds.net> wrote:
> On Fri, Jul 17, 2009 at 3:31 PM, <bruce.labitt at autoliv.com> wrote:
>> It would be that attempt, yes :) I've yet to get anything else to work.
>> Actually I need to read the entire state/setting before running. I
>> haven't gotten that far.
>
> Take a look at the RadioButton demo in wx demos for an example of how
> to save references to controls and refer to them in an event handler.
>
> This example is much more complex than you need, don't try to copy it
> too literally. You could just use self.radio1 etc but maybe it will
> get you on the right track.
>
> Kent
>
More information about the Python-talk
mailing list