[Python-talk] Pickling Question

Kent Johnson kent37 at tds.net
Fri Jul 17 16:58:45 EDT 2009


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