Converting a string to list for submission to easygui multenterbox

ksals kbsals5179 at gmail.com
Tue May 1 16:07:13 EDT 2012


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', '']

This is so I can submit this to a multchoicebox with 5 fields



More information about the Python-list mailing list