[Python-talk] Pickling Question

Larry Keber lakkal at gmail.com
Fri Jul 17 15:58:12 EDT 2009


I haven't played with wxPython in a couple of years, so I don't really 
remember the best way to go about it.  There's definitely a better way 
than to pickle every event, though.  If you can post some of the code, 
it will probably jog my memory enough to suggest something...

Almost a year ago, I did write something using a little Tk GUI to kick 
off a process, but I'm not sure how much of the technique would work in 
both windowing environments.  In it, the controls are bound to variables 
in the application object, so I have direct access to the values the 
user sets up.

Larry

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.
>
> Confession - rank beginner... :)
>
> python-talk-bounces at dlslug.org wrote on 07/17/2009 03:27:12 PM:
>
>   
>> Is the pickling idea an attempt to get the state of the radio buttons at 
>>     
>
>   
>> the time the user clicks 'Go'?
>>
>> Larry
>>
>>     
>
>
> ******************************
> Neither the footer nor anything else in this E-mail is intended to or constitutes an <br>electronic signature and/or legally binding agreement in the absence of an <br>express statement or Autoliv policy and/or procedure to the contrary.<br>This E-mail and any attachments hereto are Autoliv property and may contain legally <br>privileged, confidential and/or proprietary information.<br>The recipient of this E-mail is prohibited from distributing, copying, forwarding or in any way <br>disseminating any material contained within this E-mail without prior written <br>permission from the author. If you receive this E-mail in error, please <br>immediately notify the author and delete this E-mail.  Autoliv disclaims all <br>responsibility and liability for the consequences of any person who fails to <br>abide by the terms herein. <br>
> ******************************



More information about the Python-talk mailing list