Re: Converting a string to list for submission to easygui multenterb​ox

2012-05-02 Thread ksals
On May 2, 1:57 pm, Laurent Pointal wrote: > ksals wrote: > > On May 1, 5:29 pm, John Gordon wrote: > >> In <3b5f65c4-cd95-4bb4-94f2-0c69cf2b1...@d20g2000vbh.googlegroups.com> > >> ksals writes: > > >> > The original choice looks like this when

Re: Converting a string to list for submission to easygui multenterb​ox

2012-05-01 Thread ksals
On May 1, 5:29 pm, John Gordon wrote: > In <3b5f65c4-cd95-4bb4-94f2-0c69cf2b1...@d20g2000vbh.googlegroups.com> ksals > writes: > > > The original choice looks like this when I print it: > > print(choice) > > ('ksals', '', 'alsd

Re: Converting a string to list for submission to easygui multenterb​ox

2012-05-01 Thread ksals
On May 1, 4:26 pm, John Gordon wrote: > In <316efebe-7f54-4054-96b1-51c7bb7b7...@f5g2000vbt.googlegroups.com> ksals > writes: > > > Please help a newbe.  I have a string returned from an esygui > > multchoicebox that looks like > >   this:  ('ksals'

Converting a string to list for submission to easygui multenterb​ox

2012-05-01 Thread ksals
Please help a newbe. I have a string returned from an esygui multchoicebox that looks like this: ('ksals', '', 'alsdkfj', '3', '') I need to convert this to this: ['ksals', '', 'alsdkfj', '3', &#x

Converting a string to list for submission to easygui multenterbox

2012-05-01 Thread ksals
Please help a newbe. I have a string returned from an esygui multchoicebox that looks like this: ('ksals', '', 'alsdkfj', '3', '') I need to convert this to this: ['ksals', '', 'alsdkfj', '3', &#x