<div class="gmail_quote">On Sat, Dec 12, 2009 at 6:35 PM, Carsten Haese <span dir="ltr"><<a href="mailto:carsten.haese@gmail.com">carsten.haese@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
The traceback helpfully shows us that colValue is a 1-tuple whose zeroth<br>
entry, colValue[0], is an actual bona-fide Python Set object. Such<br>
objects aren't indexable, because sets are unordered. That still doesn't<br>
tell us where colValue is coming from, though, so why it is a Python Set<br>
object when you expected it to be a string remains an unsolved mystery.<br></blockquote><div><br>Who said I was expecting a string? I don't know what I'm expecting! I need to be able to parse this thing, whatever it is. You say it's a Python Set object. How do I parse it? Googling has been disappointing. <br>
TIA,<br>V<br></div></div>